"predict"(object, newdata, model = "BEST", detailed = FALSE, ...)
symbolicRegression
.data.frame
containing input data for the
symbolic regression model. The variables in object$formula
must match
column names in this data frame.object$population
to use for prediction or "BEST"
to use the model function with the best
training fitness.predict
method.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