Tobit {ModTools} | R Documentation |
Tobit Regression
Description
Fitting and testing Tobit regression models for censored data.
Usage
Tobit(formula, left = 0, right = Inf, dist = "gaussian",
subset = NULL, data = list(), ...)
Arguments
formula |
a symbolic description of a regression model of type
|
left |
left limit for the censored dependent variable |
right |
right limit for the censored dependent variable |
dist |
assumed distribution for the dependent variable |
subset |
a specification of the rows to be used. |
data |
a data frame containing the variables in the model. |
... |
further arguments passed to |
Details
The function Tobit
is an alias for the AER function tobit
(Achim Zeileis <Achim.Zeileis@R-project.org>).
All details can be found there.
Value
An object of class "Tobit"
inheriting from class "survreg"
.
Author(s)
Andri Signorell
Examples
# still to do