Description Usage Arguments Value
View source: R/symbolic_regression.r
Predict values via a model function from a population of model functions generated by symbolic regression.
1 2 3 |
object |
A model created by |
newdata |
A |
model |
The numeric index of the model function in |
detailed |
Whether to add metadata to the prediction object returned. |
... |
Ignored in this |
A vector of predicted values or, if detailed
is TRUE
, a
list of the following elements:
model
the model used in this prediction
response
a matrix of predicted versus respone values
RMSE
the RMSE between the real and predicted response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.