print.A3 {A3} | R Documentation |
Print Fit Results
Description
Prints an 'A3' object results table.
Usage
## S3 method for class 'A3'
print(x, ...)
Arguments
x |
an A3 object. |
... |
additional arguments passed to the |
Examples
x <- a3.lm(rating ~ ., attitude, p.acc = NULL)
print(x)
[Package A3 version 1.0.0 Index]