summary.FA-class {FAiR} | R Documentation |
This class contains information produced by the summary
method for objects of class "FA"
or that inherit from class
"FA"
.
Objects can be created by calls of the form new("summary.FA", ...)
.
However, rarely if ever, would a user need to construct an object this way.
The summary
methods do so internally a produce an object of class
"summary.FA"
)
call
:"language"
The call to
Factanal
.point_estimates
:"list"
A list
containing the various point estimates. zstats
:"list"
A list containing
the z-statistics for the various estimates. signature(x = "summary.FA", y = "ANY")
: Does not
currently work signature(object = "summary.FA")
: Prints the
summary on the screen The code producing the z-statistics is shaky at best.
Ben Goodrich http://wiki.r-project.org/rwiki/doku.php?id=packages:cran:fair
showClass("summary.FA")