R/mlmodel-utils.R
nobs.mlmodel.Rd
Extract the Number of Observations from an mlmodel
# S3 method for class 'mlmodel' nobs(object, ...)
An object of class "mlmodel".
"mlmodel"
Further arguments passed to methods (currently not used).
An integer giving the number of observations used in the estimation (after removing missing values and applying any subset).
subset