powered by
glca
Extracts regression coefficients of glca model if the model includes covariates.
# S3 method for glca coef(object, digits = max(3, getOption("digits") - 3), show.signif.stars = getOption("show.signif.stars"), ...)
an object of "glca"
number of significant digits to use when printing
logical. If TRUE, <U+2018>significance stars<U+2019> are printed for each coefficient
further arguments passed to or from other methods
Coefficient matrix from the glca model
If the model has calculated standard errors, coefficient matrix contains standard errors, t-statistic, and its p-value.
# NOT RUN { ## For examples see example(glca) # }
Run the code above in your browser using DataLab