coef.cyclopsFit | R Documentation |
coef.cyclopsFit
extracts model coefficients from an Cyclops model fit object
## S3 method for class 'cyclopsFit'
coef(object, rescale = FALSE, ignoreConvergence = FALSE, ...)
object |
Cyclops model fit object |
rescale |
Boolean: rescale coefficients for unnormalized covariate values |
ignoreConvergence |
Boolean: return coefficients even if fit object did not converge |
... |
Other arguments |
Named numeric vector of model coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.