Learn R Programming

GCEstim (version 0.1.0)

variable.names.lmgce: Variable Names of lmgce Fitted Models

Description

Simple utility returning variable names.

Usage

# S3 method for lmgce
variable.names(object, ...)

Value

A character vector containing the names of the variables in the

lmgce model object.

Arguments

object

Fitted lmgce model object.

...

additional arguments.

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

Run this code
# \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