powered by
Extracts the number of observations from a model.
# S4 method for EL nobs(object, ...)# S4 method for SummaryEL nobs(object, ...)# S4 method for SummaryLM nobs(object, ...)
# S4 method for SummaryEL nobs(object, ...)
# S4 method for SummaryLM nobs(object, ...)
A single integer.
An object that contains the number of observations.
Further arguments passed to methods.
EL
data("precip") fit <- el_mean(precip, par = 40) nobs(fit)
Run the code above in your browser using DataLab