Skip to content

Commit

Permalink
added Comp SAS-R Tobit
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickvandendijck committed Dec 19, 2024
1 parent f05fc63 commit 6141b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Comp/r-sas_tobit.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6141b3a

Please sign in to comment.