diff --git a/Comp/r-sas_tobit.qmd b/Comp/r-sas_tobit.qmd index abfc0320..1b0dfed1 100644 --- a/Comp/r-sas_tobit.qmd +++ b/Comp/r-sas_tobit.qmd @@ -38,6 +38,7 @@ Note: The results of `VGAM::vglm()` are slightly different since an iteratively Comparison between SAS `PROC LIFEREG` and R functions `censReg::censReg` and `survival::survreg` show identical results for the dataset tried. +Historically and typically the Tobit model is based on the assumption of normal distributed data. Within SAS `PROC LIFEREG` and R `survival::survreg` multiple other different distributional assumption are possible. These include *weibull*, *exponential*, *gaussian*, *logistic*, *lognormal* and *loglogistic* for `survival::survreg`. These include *EXPONENTIAL*, *GAMMA*, *LLOGISTIC*, *LOGISTIC*, *LOGNORMAL*, *NORMAL*, *WEIBULL* for `PROC LIFEREG`. # References