Tobit | R Documentation |
Fitting and testing Tobit regression models for censored data.
Tobit(formula, left = 0, right = Inf, dist = "gaussian",
subset = NULL, data = list(), ...)
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 |
The function Tobit
is an alias for the AER function tobit
(Achim Zeileis <Achim.Zeileis@R-project.org>).
All details can be found there.
An object of class "Tobit"
inheriting from class "survreg"
.
Andri Signorell
# still to do
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.