Hello everyone,
I am trying to run a discrete choice analysis of cross-sectional data (long format). It is related to entrepreneurs choosing to incorporate their startups in a particular country. There are 13 different options that entrepreneurs have.
My base model works fine. However, once I try to add some of my control variables, I start getting the following message:
cmclogit choice Innovation Risk Fraud Information Consumer Rule VCavailability
note: 36 cases (504 obs) dropped due to no positive outcome per case
note: variable Innovation has 57 cases that are not alternative-specific; there is no within-case variability
note: variable Risk has 7 cases that are not alternative-specific; there is no within-case variability
note: variable Fraud has 57 cases that are not alternative-specific; there is no within-case variability
note: variable Information has 7 cases that are not alternative-specific; there is no within-case variability
note: variable Consumer has 57 cases that are not alternative-specific; there is no within-case variability
note: variable Rule has 57 cases that are not alternative-specific; there is no within-case variability
Iteration 0: log likelihood = -3969.4013 (not concave)
....
Iteration 61: log likelihood = -3957.7521 (not concave)
dimension of beta incorrect
r(503);
I wonder what I am supposed to correct this mistake.
Thank you!
Denis Iurchenko
Cal Poly Pomona
Related Posts with CMClogit model - not concave
Count observationsHello, I am trying to count observations which have the same value for some variable but different I…
Need help in coding (Factorial Survey Method)Hello everyone.
This is my first post in this forum. I am having a problem running the code for a re…
tsappendCan we do tsappend with some formula. Suppose we have yearly time series up to 2019. I extend 4 obse…
Two way area - lines get "thin" as they move upExample code:
Code:
set obs 200
gen indicator = uniform()<=0.5
gen y = _n
twoway (area indicator…
Probability distribution histogram - binomialHello,
In case of binomial probability, where n = 100 and p= 0.6. I would like to compute binomial p…
Subscribe to:
Post Comments (Atom)
0 Response to CMClogit model - not concave
Post a Comment