Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Command for Likelihood Ratio Test between Tobit Model vs Probit + Truncated models

    Hi,

    I'd like to compare model fit between Tobit Model vs Probit + Truncated models inorder to decide if I should go with tobit or probit+truncated and would like to know what the command is. Also the command for Wald Test, BIC and AIC.

    Thank you
    Last edited by Teresa Mungazi; 26 Nov 2023, 16:18.

  • #2
    Originally posted by Teresa Mungazi View Post
    I'd like to compare model fit between Tobit Model vs Probit + Truncated models inorder to decide if I should go with tobit or probit+truncated and would like to know what the command is.
    There is example code here that shows how to compare the two models via a likelihood-ratio test. (Scroll down to whare the comment begins, "Cragg has suggested . . ." The reference tobit model is fitted earlier in the code on that same Web page.)

    The example dataset that he uses for that illustration is contained in a zip file that can be downloaded from here. Scroll down to the sentence, "Obtain data for the project assignments by clicking here."

    Also the command for Wald Test, BIC and AIC.
    I'm not sure that a Wald test is doable, but you should be able to compute the information criteria manually from the intermediate results generated to compute the likelihood-ratio test statistic.

    Comment


    • #3
      Thank you Joseph!

      Comment

      Working...
      X