getCoefsFromPredictors {coefplot} | R Documentation |
getCoefsFromPredictors
Description
Generic function for finding which coefficients go with which predictors
Usage
getCoefsFromPredictors(model, predictors, ...)
Arguments
model |
A fitted model |
predictors |
A character vector of predictors to match against |
... |
further arguments |
Details
The user specifies predictors whose coefficients should be included in the coefplot.
Value
A character vector of coefficients listing the coefficients that match the predictor
Author(s)
Jared P. Lander
[Package coefplot version 1.2.8 Index]