Last data update: 2014.03.03

R: Print Fit Results
print.A3R 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 print function.

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(A3)
Loading required package: xtable
Loading required package: pbapply
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/A3/print.A3.Rd_%03d_medium.png", width=480, height=480)
> ### Name: print.A3
> ### Title: Print Fit Results
> ### Aliases: print.A3
> 
> ### ** Examples
> 
> x <- a3.lm(rating ~ ., attitude, p.acc = NULL)
>  print(x)
             Average Slope   CV R^2
-Full Model-                 59.7 %
(Intercept)        10.7871 -  2.9 %
complaints          0.6132 + 30.7 %
privileges         -0.0731 -  1.9 %
learning            0.3203 +  8.8 %
raises              0.0817 -  0.6 %
critical            0.0384 -  3.7 %
advance            -0.2171 +  3.4 %
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>