Print or return a summary of a selection estimation.
## S3 method for class 'selection'summary(object,...)## S3 method for class 'summary.selection'print(x, digits = max(3, getOption("digits")-3), part ="full",...)
Arguments
object: an object of class 'selection'.
x: an object of class 'summary.selection'.
part: character string: which parts of the summary to print: "full" for all the estimated parameters (probit selection, outcome estimates, correlation and residual variance), or "outcome" for the outcome results only.
digits: numeric, (suggested) number of significant digits.
...: currently not used.
Details
The variance-covariance matrix of the two-step estimator is currently implemented only for tobit-2 (sample selection) models, but not for the tobit-5 (switching regression) model.
Returns
Summary methods return an object of class summary.selection. Print methods return the argument invisibly.