"model.matrix"(object, part = "outcome", ... )selection.model.matrix.binaryChoice or model.matrix).part is "selection",
the design matrix of the selection equation is returned.If argument part is "outcome",
the design matrix of the outcome equation (tobit-2)
or a list of two outcome matrices (tobit-5 model) is returned.
All unobserved outcomes, including the corresponding explanatory
variables
are set to NA, even in case where
valid values were supplied
for estimation.
model.matrix, selection,
model.frame.selection, and selection-methods.