summary.glca {glca} | R Documentation |
Summarizes the Estimated Parameters of Fitted glca Model
Description
summary
method for class "glca
".
Usage
## S3 method for class 'glca'
summary(object, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
an object of " |
digits |
the number of digits to be printed |
... |
further arguments passed to or from other methods |
Value
This function prints decriptions of model and its more detailed estimated parameters but returns NULL
.
See Also
Examples
## For examples see example(glca)
[Package glca version 1.4.0 Index]