nObs.probit {sampleSelection}R Documentation

Number of Observations of Probit Models

Description

Extract the number of observations from probit models.

Usage

   ## S3 method for class 'probit'
nObs( x, ... )

Arguments

x

an object of class probit.

...

further arguments (currently ignored).

Value

A numeric scalar: the number of observations.

Author(s)

Arne Henningsen

See Also

probit, nObs.


[Package sampleSelection version 0.6-12 Index]