summary.FA-class {FAiR}R Documentation

Class "summary.FA"

Description

This class contains information produced by the summary method for objects of class "FA" or that inherit from class "FA".

Objects from the 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 methods do so internally a produce an object of class "summary.FA")

Slots

call:
Object of class "language" The call to Factanal.
point_estimates:
Object of class "list" A list containing the various point estimates.
zstats:
Object of class "list" A list containing the z-statistics for the various estimates.

Methods

plot
signature(x = "summary.FA", y = "ANY"): Does not currently work
show
signature(object = "summary.FA"): Prints the summary on the screen

Warning

The code producing the z-statistics is shaky at best.

Author(s)

Ben Goodrich http://wiki.r-project.org/rwiki/doku.php?id=packages:cran:fair

See Also

FA-class

Examples

showClass("summary.FA")

[Package FAiR version 0.2-0 Index]