nobs.msel: Extract the Number of Observations from a Fit of the msel...

View source: R/logLik.R

nobs.mselR Documentation

Extract the Number of Observations from a Fit of the msel Function.

Description

Extract the number of observations from a model fit of the msel function.

Usage

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

Arguments

object

object of class "msel"

...

further arguments (currently ignored)

Details

Unobservable values of continuous equations are included into the number of observations.

Value

A single positive integer number.


switchSelection documentation built on Sept. 26, 2024, 5:07 p.m.