R/mle.R
nobs.mle.Rd
Method for obtaining the number of observations in the sample used by an `mle`.
# S3 method for class 'mle' nobs(object, ...)
the `mle` object to obtain the number of observations for
additional arguments to pass (not used)
Integer number of observations, or NULL if not available.