coef: Model coefficients of a fitted 'glmcat' model object

coef.glmcatR 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.


GLMcat documentation built on Sept. 30, 2024, 5:08 p.m.