powered by
lmgce
Returns the model used to fit lmgce object.
# S3 method for lmgce formula(x, ...)
An object of class formula representing the model formula.
formula
fitted lmgce object.
additional arguments.
Jorge Cabral, jorgecabral@ua.pt
# \donttest{ res_gce_package <- lmgce(y ~ ., data = dataGCE, boot.B = 50, seed = 230676) formula(res_gce_package) # }
Run the code above in your browser using DataLab