selection-methods
Methods for selection models
## S3 method for class 'selection'
logLik(object, ... )
## S3 method for class 'selection'
nobs(object, ... )
## S3 method for class 'selection'
nObs(x, ... )
## S3 method for class 'selection'
print( x, digits = max(3, getOption("digits") - 3), ... )object,x |
object of class |
digits |
the minimum number of significant digits of the coefficients to be printed. |
... |
further arguments (currently ignored). |
The logLik method returns the log likelihood value of the model.
The nobs and nObs methods return the number of observations.
The print method prints the call and the estimated coefficients.
The methods coef.selection,
fitted.selection
model.frame.selection,
model.matrix.selection,
residuals.selection,
summary.selection,
and vcov.selection
are described at seperate help pages.
Arne Henningsen
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.