coef.glmcat {GLMcat}R Documentation

Model coefficients of a fitted glmcat model object

Description

Returns the coefficient estimates of the fitted glmcat model object.

Usage

## S3 method for class 'glmcat'
coef(object, na.rm = FALSE, ...)

Arguments

object

an fitted object of class glmcat.

na.rm

TRUE for NA coefficients to be removed, default is FALSE.

...

additional arguments affecting the coef method.


[Package GLMcat version 0.2.6 Index]