selection and
are intended for sampleSelection internal use.
The function tobit2Bfit does the actual fitting of tobit-2
(sample selection) models with a binary dependent variable
of the outcome model (YO) using a double-probit specification.
tobit2fit( YS, XS, YO, XO, start, weights = NULL, print.level = 0, maxMethod = "Newton-Raphson", ... )
tobit2Bfit( YS, XS, YO, XO, start, weights = NULL, print.level = 0, maxMethod = "BHHH", ... )
tobit5fit( YS, XS, YO1, XO1, YO2, XO2, start, print.level = 0, maxMethod = "Newton-Raphson", ... )maxLikmaxLik."selection". It inherits from class "maxLik" and
includes two additional components: $tobitType, numeric
tobit model classifier (see Amemiya, 1985), and $method, either "ml"
or "2step", specifying the estimation method.
selection, maxLik