Rdocumentation
powered by
Learn R Programming
sampleSelection (version 0.6-10)
nObs.probit: 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.
See Also
probit
,
nObs
.