Skip to contents

Method for obtaining the number of observations in the sample used by an `mle`.

Usage

# S3 method for class 'mle_boot'
nobs(object, ...)

Arguments

object

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

...

additional arguments to pass (not used)

Value

Integer number of observations in the original sample.