predict.RegressionByComposition | R Documentation |
Compute predicted values from a regression by composition
## S3 method for class 'RegressionByComposition'
predict(object, newdata, ...)
object |
a RegressionByComposition object; usually the result of a call to rbc() |
newdata |
data.frame containing new data |
... |
further arguments passed to the R6 method $fitted() associated with the model's CompositeFamily |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.