Announcement

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

  • triprobit for estimating three probit commands simultaneously

    triprobit estimates simulated maximum-likelihood three-equation probit models using the GHK smooth recursive simulator..
    triprobit (mortality i.prenatal i.del i.bimaru ib3.toiletfacility ib2.watersource i.electricity i.wealth i.region i.relirecode ib4.caste i.edurecode i.ageofrespondent i.ageatfirstbirth i.birthorder i.sizeatbirth i.gender i.prenataldoc i.pregnancycomplication i.tetanus i.irontablet i.hedurecode i.husbandage ib15.husbandoccu i.year) (prenatal i.bimaru ib3.toiletfacility ib2.watersource i.electricity i.wealth i.region i.relirecode ib4.caste i.edurecode i.ageofrespondent i.ageatfirstbirth i.birthorder i.sizeatbirth i.gender i.prenataldoc i.pregnancycomplication i.tetanus i.irontablet i.hedurecode i.husbandage ib15.husbandoccu i.year id) (del i.bimaru ib3.toiletfacility ib2.watersource i.electricity i.wealth i.region i.watchingtelevision i.readingnews i.listeningradio i.relirecode ib4.caste i.edurecode i.ageofrespondent i.ageatfirstbirth i.birthorder i.sizeatbirth i.gender i.prenataldoc i.pregnancycomplication i.tetanus i.irontablet i.hedurecode i.husbandage ib15.husbandoccu i.year) if v715<. [iweight=wgt],vce(robust)

    When I give this command it shows no factor variable or time series operators allowed
    how should i proceed?

  • #2
    triprobit is a user community contributed package from Antoine Terracol. You can find his e-mail address in the help file. Most authors will respond when you write a message or question.
    http://publicationslist.org/eric.melse

    Comment


    • #3
      Originally posted by Titas Chow View Post
      When I give this command it shows no factor variable or time series operators allowed
      how should i proceed?
      Also see

      Code:
      help xi
      for commands that do not allow factor variables. You specify quite a number of base levels, so pay attention to how this is done in the documentation when using the -xi- prefix. It should be something like:

      . char agegrp[omit] 1
      . char race[omit] "White" (for race a string variable)
      . char agegrp[omit] (to restore default)

      Comment

      Working...
      X