variable.names.lmgce {GCEstim} | R Documentation |
Variable Names of lmgce
Fitted Models
Description
Simple utility returning variable names.
Usage
## S3 method for class 'lmgce'
variable.names(object, ...)
Arguments
object |
Fitted |
... |
additional arguments. |
Value
A character vector containing the names of the variables in the
lmgce
model object.
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
boot.B = 50,
seed = 230676)
variable.names(res_gce_package)
[Package GCEstim version 0.1.0 Index]