Hi everyone!
I've run the following syntaxes to compute the global test of the parallel lines assumption as pre-steps of running gologit2. The issue is that the estimation result constrained not found. Could you please assist me to figure out what should I do!
**1)Constrained
. asdoc gologit2 beautiful_freq beautiful_locale_score beautiful_scope_score beautiful_upkeep_score beautiful_accord_score beautiful_perceived_age_score beautiful_shape_score cntr_value_score cntr_acumen_score cntr_response_score i.tourist i.gender i.edu age if beautiful_freq != 0, pl lrforce store(constrained) replace save(serie1_1_gologit2_beautiful_constrained) title(Model I: The Beautiful (Constrained))
**2)Unconstrained
. asdoc gologit2 beautiful_freq beautiful_locale_score beautiful_scope_score beautiful_upkeep_score beautiful_accord_score beautiful_perceived_age_score beautiful_shape_score cntr_value_score cntr_acumen_score cntr_response_score i.tourist i.gender i.edu age if beautiful_freq != 0, npl lrforce store(unconstrained) replace save(serie1_2_gologit2_beautiful_unconstrained_WAR NING_NEGATIVE_predicted_probability) title(Model I: The Beautiful (Unconstrained))
**3)global test of the parallel lines assumption
.asdoc lrtest constrained unconstrained, replace save(serie1_3_lrtest_beautiful) title(Model I: The Beautiful (global test of the parallel lines assumption)
estimation result constrained not found
Related Posts with How to solve error "estimation result constrained not found" in lrtest command
Margins after (dynamic) panel probitDear all, I am trying to estimate the following (dynamic) panel probit model and then its marginal …
Risk strata under x axis STCOMPETDear Statalists, I should add the risk strata (number of patients at risk) under risk axis followin…
SSC astile - how to get difference of High minus low portfolio ?Hi there, I am using the below example to explain my query. I am able to create portfolios successf…
HELP-Variable id does not uniquely identify the observations & variable years contains all missing valuesHello I am trying to transform my wide data (5 countries,3 variables, quarterly data from 1966-2021)…
Rescaling the var in a rangeHi! I have a variable which ranges from -10 to 10. I need to rescale this variable in a range of -…
Subscribe to:
Post Comments (Atom)
0 Response to How to solve error "estimation result constrained not found" in lrtest command
Post a Comment