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
Question about the hypothesized mean in a t-testDear all in Statalist, I want to perform a t-test for a hypothesized mean of, for instance, +/-2. I…
Baseline Gravity Equation EstimationHi, I am currently working on my thesis. I have a dataset of approximetely 120 reporting and partner…
Interpretating coefficient on sharesHello, I very ensure about following interpretations, hence I would be very thankful for any advice.…
When to use Hausman test to choose between Fixed Effects or Random Effects?I want to use fixed effects to estimate the impact that a fiscal council's presence has on country m…
memory usage errorHello, I am a habitual Stata/SE 15.1 user. Today when opening a large dataset I received an insuffi…
Subscribe to:
Post Comments (Atom)
0 Response to Help: Multiple constraints for clogit
Post a Comment