modelVariableCoefs | R Documentation |
Return the coefficients used in the supplied model.
modelVariableCoefs(
model,
combineMultipleLevels = TRUE,
ignoreMultiplicativeTerms = TRUE,
directionOnly = TRUE
)
model |
a glm object with a coef variable, or a numeric vector of coefficients |
combineMultipleLevels |
variables that have multiple levels (eg: SESBTHLvl1, SESBTHLvl2) are combined into a single variable (eg: SESBTH) by summing the coefficients |
ignoreMultiplicativeTerms |
remove terms with * in them |
directionOnly |
show "+" or "-" instead of coefficent value |
chr named vector of coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.