summary.lcacov {lcca} | R Documentation |
Method for summarizing the result from a call to lcacov
## S3 method for class 'lcacov' 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, show.odds = FALSE, show.wald.alpha = FALSE, ...) ## S3 method for class 'summary.lcacov' 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 |
show.odds |
if |
show.wald.alpha |
if |
x |
a result from |
... |
additional arguments to be passed to the methods. |
The result from a call to lcacov
is an object of
class "lcacov"
, which is a list containing results from the
latent-class analysis procedure. The function summary.lcacov
,
which is invoked through the generic method summary
,
summarizes the information contained in this object.
The result from summary.lcacov
is an object of
class "summary.lcacov"
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
lcacov
object.
The result from summary.lcacov
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
.