Options

[question] logit model

chend4chend4 Member Posts: 1 Contributor I
edited November 2018 in Help
Can any one please explain the difference between logit model and conditional logit model?

Thank you!!

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    you will have to be a little bit more specific, if anyone should answer your question. A good starting point would be the operator(s) names.
    Narrowing the question on the field of interest could be helpful, too...

    Greetings,
      Sebastian
  • Options
    eva_veva_v Member Posts: 3 Contributor I
    In each case you have a 1/0 outcome variable. In the logit case, you do not assume that the observations are related; in the conditional logit, you assume they are. For example, say you have a family which is making a decision between 4 different options. Clearly, if they choose option 1, that is not independent of whether or not they choose option 2. In that case, using a logit would be inappropriate because it would not take into account the dependence between the observations.

    Personally, I am looking for a way to do a conditional logit in RapidMiner. It does not seem to be possible. I have done it before in Stata and Matlab. Does anyone have any ideas?


    Addendum: A hierarchical Bayes model would also work. I believe they are asymptotically equivalent. Unfortunately, I also can't figure out how to make a hierarchical Bayesian model....
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Eva,
    unfortunately we don't have a conditional logit learner in RapidMiner, yet, but I don't know if WEKA provides one. Then you simply could use it directly from RapidMiner.
    By the way: There are several model included in RapidMiner, which will model a conditional distribution implicitly like the decision tree.

    I don't know exactly if this helps, but you could construct new, (possibly additional) attributes, containing the combination of the old attributes. This would somehow reflect some sort of dependency, but models it in a quite different way...

    Greetings,
      Sebastian
Sign In or Register to comment.