View source: R/predict_elastic_reg_model.R
predict.elastic_reg_model | R Documentation |
predicted curves for elastic regression model objects.
## S3 method for class 'elastic_reg_model'
predict(object, newdata = NULL, t_grid = seq(0, 1, 0.01), ...)
object |
object of class |
newdata |
an optional |
t_grid |
grid on which the predicted curves are evaluated. |
... |
further arguments passed to or from other methods. |
a list
of data.frame
s with predicted curves
For examples see documentation of fit_elastic_regression
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.