R/mle.R
obs.mle.Rd
Method for obtaining the observations used by the `mle` object `x`.
# S3 method for class 'mle' obs(x)
the `mle` object to obtain the number of observations for
The observation data used to fit the MLE, or NULL if not stored.