Hi, I am trying to estimate a model of charitable giving. I have a study where individuals are given x dollars to keep or donate. If they choose to donate some or all of it they are given a choice of charities. they can donate to only one charity. I would like to model the donation decision, charity choice and donation amount. I assumed multinomial charity choice can be followed by three different truncated regressions. it gives me a message of misspecification and fails to converge. What am I doing wrong? Here are the key constraints: One can keep it all or keep some or none. if choose to keep some or none you are donating. only one charity can be chosen. there are three charities. donations are between $0-X. so... amount kept + amount donated =X
cmp (donation_CharityA=X ) (donation_CharityB=X) (donation_CharityC=X) (charitychoice=X Z), ind($cmp_left $cmp_left $cmp_left $cmp_mprobit)
charitychoice is a catergorical variable (A B or C if someone chose to donate)
I also estimated the following model which converged.
cmp (donation_CharityA=X ) (donation_CharityB=X) (donation_CharityC=X) (anydonation=X Z), ind(anydonation anydonation anydonation $cmp_probit)
Related Posts with cmp for a multinomial charity choice/hurdle model
group two variables by yearHello all, I want to create a gourp based on size and beta and update it once a year. I tried to u…
What does _rc 111 mean in merge?I have a merge statement that returns 111 return code, but appears to have worked. Code: merge 1:m…
Is there a command for quickly splitting a categorical variable into multiple binary variables?Is there a command to split a categorical variable into binary variables? For example, splitting a "…
Panel data: how to calculate date difference in long panel dataDear Stata community, Many thanks for all your help so far. Firstly I have found these forums so us…
Drawing with replacement (e.g. bsample?) with resampling size greater than original _NDear statalist-forum, I have a hopefully straightforward question and would be very grateful for an…
Subscribe to:
Post Comments (Atom)
0 Response to cmp for a multinomial charity choice/hurdle model
Post a Comment