Skip to contents

Method for obtaining the observations used by the `mle` object `x`.

Usage

# S3 method for class 'mle'
obs(x)

Arguments

x

the `mle` object to obtain the number of observations for

Value

The observation data used to fit the MLE, or NULL if not stored.