fitted.values.backf {RBF} | R Documentation |
Fitted values for objects of class backf
Description
This function returns the fitted values given the covariates of the original sample under an additive model using a classical or robust marginal integration procedure estimator computed with backf.cl
or backf.rob
.
Usage
## S3 method for class 'backf'
fitted.values(object, ...)
Arguments
object |
an object of class |
... |
additional other arguments. Currently ignored. |
Value
A vector of fitted values.
Author(s)
Alejandra Mercedes Martinez ale_m_martinez@hotmail.com
[Package RBF version 2.1.1 Index]