predicted curves for elastic regression model objects.
# S3 method for elastic_reg_model
predict(object, newdata = NULL, t_grid = seq(0, 1, 0.01), ...)a list of data.frames with predicted curves
object of class elastic_reg_model,
usually a result of a call to fit_elastic_regression
an optional data.frame in which to look for variables with which to predict.
If not given, the fitted values are used.
grid on which the predicted curves are evaluated.
further arguments passed to or from other methods.
For examples see documentation of fit_elastic_regression.