powered by
lmgce
Extract the number of ‘observations’ from a lmgce model fit.
# S3 method for lmgce nobs(object, ...)
An integer scalar representing the number of observations (rows) used in fitting 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) # } nobs(res_gce_package)
Run the code above in your browser using DataLab