powered by
lmgce
Simple utility returning variable names.
# S3 method for lmgce variable.names(object, ...)
A character vector containing the names of the variables in the
lmgce model object.
Fitted lmgce model object.
additional arguments.
Jorge Cabral, jorgecabral@ua.pt
# \donttest{ res_gce_package <- lmgce(y ~ ., data = dataGCE, boot.B = 50, seed = 230676) # } variable.names(res_gce_package)
Run the code above in your browser using DataLab