rftrainpredict {brif} | R Documentation |
Train a model and predict for newdata in one go
Description
This function is not intended for end users. Users should use the function brif or brif.trainpredict and supply the newdata argument thereof.
Usage
rftrainpredict(rdf, rdf_new, par)
Arguments
rdf |
a data frame containing the training data. |
rdf_new |
a data frame containing new cases to be predicted. |
par |
a list containing all parameters. |
Value
a data frame containing the predicted values.
[Package brif version 1.4.1 Index]