Predict method for model functions
predict_model(object, pfun, mclass, pred_data = "", pred_cmd = "",
conf_lev = 0.95, se = FALSE, dec = 3, ...)
Return value from regress
Function to use for prediction
Model class to attach
Name of the dataset to use for prediction
Command used to generate data for prediction
Confidence level used to estimate confidence intervals (.95 is the default)
Logical that indicates if prediction standard errors should be calculated (default = FALSE)
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant