View source: R/modelExtract.glm.R
modelExtract.glm | R Documentation |
A generic function for extracting model information
## S3 method for class 'glm'
modelExtract(CFM)
CFM |
a model of class 'glm' |
A function for extracting the model information required for using pscfit
a list of extracted model components. Included are
mod_class: The class of the model object
terms: The terms included in the model
cov_cls: The classes of the model covariates
cov_lev: The levels of categorical variables
cov_co: covariate coefficients
sig: variance-covariance matrix
form: model formula
family: model family
out.nm: outcome covariates names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.