residuals.RegressionByComposition {rbc} | R Documentation |
Compute 'residuals' from a regression by composition
Description
Compute 'residuals' from a regression by composition
Usage
## S3 method for class 'RegressionByComposition'
residuals(object, ...)
Arguments
object |
a RegressionByComposition object; usually the result of a call to rbc() |
... |
ignored |
Value
a vector of probabilities of the same length as the data
[Package rbc version 0.1.0 Index]