Learn R Programming

GCEstim (version 0.1.0)

case.names.lmgce: Case Names of lmgce Fitted Models

Description

Simple utility returning case names.

Usage

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

Value

A character vector containing the names or labels of the cases (observations) in the lmgce model object.

Arguments

object

Fitted lmgce model object.

...

Additional arguments (not used).

Author

Jorge Cabral, jorgecabral@ua.pt

Examples

Run this code
# \donttest{
res_gce_package <-
  lmgce(y ~ .,
        data = dataGCE,
        boot.B = 50,
        seed = 230676)
# }
case.names(res_gce_package)

Run the code above in your browser using DataLab