| fitted.funreg {funreg} | R Documentation |
fitted method for funreg object
Description
Returns fitted values for a funreg object.
Usage
## S3 method for class 'funreg'
fitted(object, type = "response", which.coef = 1, ...)
Arguments
object |
A |
type |
Either |
which.coef |
Only required if |
... |
Other optional arguments which may be passed from other methods but ignored by this one. |
Value
Returns the fitted values for the responses if type is response,
or the fitted values for the correlations of the
which.coefth functional covariate with the
response, if type is correlation.