fitted.RegressionByComposition {rbc} | R Documentation |
Compute fitted values from a regression by composition
## S3 method for class 'RegressionByComposition'
fitted(object, ...)
object |
a RegressionByComposition object; usually the result of a call to rbc() |
... |
further arguments passed to the R6 method $fitted() associated with the model's CompositeFamily |