| coef.glca | R Documentation | 
glca Model CoefficientsExtracts regression coefficients of glca model if the model includes covariates.
## S3 method for class 'glca'
coef(
  object,
  intercept = FALSE,
  digits = max(3, getOption("digits") - 3),
  show.signif.stars = getOption("show.signif.stars"),
  ...
)
object | 
 an object of "  | 
intercept | 
 a logical value for whether to print intercept".  | 
digits | 
 number of significant digits to use when printing.  | 
show.signif.stars | 
 logical. If TRUE, ‘significance stars’ 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.
glca
## For examples see example(glca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.