fitted.lmgce {GCEstim} | R Documentation |
Calculate lmgce
Fitted Values
Description
The fitted values for the linear model represented by a lmgce
object are extracted.
Usage
## S3 method for class 'lmgce'
fitted(object, ...)
Arguments
object |
Fitted |
... |
additional arguments. |
Value
Returns a vector with the fitted values for the linear model
represented by a lmgce
object.
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
boot.B = 50,
seed = 230676)
fitted(res_gce_package)
[Package GCEstim version 0.1.0 Index]