View source: R/coefPredMatching.r
getCoefsFromPredictorsRevo | R Documentation |
Function that does the work for Revo models for matching coefficients with predictors
getCoefsFromPredictorsRevo(model, predictors = NULL, strict = FALSE, ...)
model |
A fitted model |
predictors |
A character vector of predictors to match against |
strict |
Logical specifying if interactions terms should be included ( |
... |
further arguments |
The user specifies predictors whose coefficients should be included in the coefplot.
A character vector of coefficients listing the coefficients that match the predictor. As of now interactions cannot be explicitly specified.
Jared P. Lander
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.