Root class for Regression Models, e.g., CPH, logistic, and linear regression
Root class for Regression Models, e.g., CPH, logistic, and linear regression
CaseBasedReasoning::CBRBase
-> RegressionModel
model_params
rms arguments
weights
Weights for distance calculation
variable_selection()
Fast backward variable selection with penalization
RegressionModel$variable_selection(x)
x
Training data of class data.frame
fit()
Fit the RandomForest
RegressionModel$fit()
x
Training data of class data.frame
clone()
The objects of this class are cloneable with this method.
RegressionModel$clone(deep = FALSE)
deep
Whether to make a deep clone.