Description Usage Arguments Details Value Examples
This function is to make predictions based on a FunFor fit.
1 2 | ## S3 method for class 'mvRF'
predict(fit, newdata)
|
fit |
Saved FunFor object |
newdata |
A new X data matrix |
This function is used to predict from new observations based on a fitted FunFor model. See ?FunFor for examples of how to fit a FunFit model.
A matrix of predicted Y values.
1 | predict(funfor_fit, newX)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.