summary.lca {lcca} | R Documentation |
Method for summarizing the result from a call to
lca
## S3 method for class 'lca' summary(object, show.all = FALSE, show.header = TRUE, show.data.model = FALSE, show.fit = TRUE, show.param = TRUE, show.se.gamma = FALSE, show.se.rho = FALSE, ...) ## S3 method for class 'summary.lca' print(x, ...)
object |
an object of class |
show.all |
if |
show.header |
if |
show.data.model |
if |
show.fit |
if |
show.param |
if |
show.se.gamma |
if |
show.se.rho |
if |
x |
a result from |
... |
additional arguments to be passed to the methods. |
The result from a call to lca
is an object of
class "lca"
, which is a list containing results from the
latent-class analysis procedure. The function summary.lca
,
which is invoked through the generic method summary
,
summarizes the information contained in this object.
The result from summary.lca
is an object of
class "summary.lca"
which can be displayed or printed via
the generic method print
.
To change the order of the latent classes in the summary output
tables, apply the function permute.class
to the
lca
object.
The result from summary.lca
is a list that includes all
the original components of object
plus some additional summary
tables that may or may not be printed when the the generic method
print
is called, depending on the values of
show.all
, show.data.model
, etc.
Joe Schafer
Send questions to mchelpdesk@psu.edu
For more information on using this function and other functions in
the LCCA package, see the manual LCCA Package for R, Version 1
in the subdirectory doc
.