Hi,
I was wondering if someone could help with defining multiple constraint using clogit. I have Stata version 14 & 15. The following works:
constraint 1 logprice = 1.132817
clogit target logprice norm_probs, group(raceid) constraint(1)
However, what I will like to do is define a constraint for the coefficient of logprice & norm_probs.
What I have done so far is:
. constraint 1 logprice = 1.132817
. constraint 2 norm_probs = 1.425557
clogit target logprice norm_probs, group(raceid) constraints(1 2)
I kept getting the following err0r message :'
redundant or inconsistent constraints
r(412);'
Any help will be highly appreciated!
Thanks,
Larry
Related Posts with Help: Multiple constraints for clogit
xtivreg2: endogeneity and overidentificationHello everyone, I have an issue with interpret the result of xtivreg2: - Overidentification is signi…
GLM binomial logit model gof - DevianceGood day, I'm using Stata 16 and trying to do gof for a glm logit model but the results show a lot …
Estimating latent class models in Stata using both categorical and continuous indicator variablesHi Statalist community, I am trying to run latent class models and I am fairly new to this type of …
Help: weights not allowed r(101)Hi! I met a mistake in following command: egen x2 = group(sex re age educ) gen wm = sex == 1 &…
Household Fixed EffectHello, Is there an issue with using HH fixed effects or individual fixed effects when the death of a…
Subscribe to:
Post Comments (Atom)
0 Response to Help: Multiple constraints for clogit
Post a Comment