num.intercepts {Hmisc} | R Documentation |
Extract number of intercepts
Description
Extract the number of intercepts from a model
Usage
num.intercepts(fit, type=c('fit', 'var', 'coef'))
Arguments
fit |
a model fit object |
type |
the default is to return the formal number of intercepts used when fitting
the model. Set |
Value
num.intercepts
returns an integer with the number of intercepts
in the model.
See Also
[Package Hmisc version 5.1-3 Index]