summary.FA-class {FAiR} | R Documentation |
It is not necessary to understand this help page if one merely wants to estimate a factor analysis model. This help page is intended for those who want to modify or extend FAiR or otherwise want some idea of how FAiR works ``behind the scenes''.
This class holds the output when summary
is called on an
object of FA-class
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
method does so internally.
restrictions
:restrictions-class
draws
:FA2draws
order
:polarity
:conf.level
:standardized
:call
:Factanal
.signature(object = "summary.FA")
: Prints the
summary on the screen signature(x = "summary.FA", y = "ANY")
: Produces a heatmapBen Goodrich
## See also examples for Factanal() showClass("summary.FA")