print.A3: Print Fit Results

Description Usage Arguments Examples

Description

Prints an 'A3' object results table.

Usage

1
2
## S3 method for class 'A3'
print(x, ...)

Arguments

x

an A3 object.

...

additional arguments passed to the print function.

Examples

1
2
x <- a3.lm(rating ~ ., attitude, p.acc = NULL)
 print(x)

Example output

Loading required package: xtable
Loading required package: pbapply
             Average Slope   CV R^2
-Full Model-                 58.8 %
(Intercept)        10.7871 -  1.1 %
complaints          0.6132 + 19.5 %
privileges         -0.0731 -  4.5 %
learning            0.3203 +  7.9 %
raises              0.0817 -  2.5 %
critical            0.0384 -  3.1 %
advance            -0.2171 +  0.1 %

A3 documentation built on May 2, 2019, 9:36 a.m.

Related to print.A3 in A3...