[R] Tobit model

Achim Zeileis Achim.Zeileis at wu-wien.ac.at
Thu Feb 7 23:22:44 CET 2008


On Thu, 7 Feb 2008, Matthew Reeder wrote:

> Hi all,
>
>   Quick question - Which, if any, of the R packages contains procedures
> for running Tobit analysis?

survreg() in package "survival" can fit the basic tobit model, see
  example("tobin", package = "survival")

A simplified convenience interface called tobit() (that re-uses survival)
is available in package "AER" which is not yet on CRAN (but will be by the
end of the month), a devel-snapshot is available from
  http://statmath.wu-wien.ac.at/~zeileis/R/
See
  example("Affairs", package = "AER")

Selection models (aka generalized tobit models) are available as
selection() in package "micEcon". See
  example("selection", package = "micEcon")

hth,
Z

>
>   Regards,
>   Matt
>
>
> ---------------------------------
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>



More information about the R-help mailing list