predict.RegressionByComposition: Compute predicted values from a regression by composition

View source: R/S3methods.R

predict.RegressionByCompositionR Documentation

Compute predicted values from a regression by composition

Description

Compute predicted values from a regression by composition

Usage

## S3 method for class 'RegressionByComposition'
predict(object, newdata, ...)

Arguments

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


rbc documentation built on Jan. 20, 2026, 5:07 p.m.