confint.glmcat {GLMcat} | R Documentation |
Confidence intervals for parameters of a fitted glmcat
model object
Description
Computes confidence intervals from a fitted glmcat
model object for all the parameters.
Usage
## S3 method for class 'glmcat'
confint(object, parm, level, ...)
Arguments
object |
an fitted object of class |
parm |
a numeric or character vector indicating which regression coefficients should be displayed |
level |
the confidence level. |
... |
other parameters. |
[Package GLMcat version 0.2.6 Index]