summary.glca: Summarizes the Estimated Parameters of Fitted glca Model
Description
summary
method for class "glca
".
Usage
# S3 method for glca
summary(object, digits = max(3, getOption("digits") - 3), ...)
Value
This function prints decriptions of model and its more detailed estimated parameters but returns NULL
.
Arguments
- object
an object of "glca
", usually, a result of a call to glca
- digits
the number of digits to be printed
- ...
further arguments passed to or from other methods
Examples
Run this code## For examples see example(glca)
Run the code above in your browser using DataLab