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
Sum if/byHello Everyone, I have the following dataset: bse_mkt_cap date2 ind_num2 1325.5 02apr1996 10 185.8 …
Tracking a particular variable in a panel dataset over timeHi everyone, I have the following panel dataset. I would like to track ASINs that change from being…
Lag selection for Granger CausalityHello. I want to know the causality between GDP and Employment.( I have two time series data: GDP a…
Different variables with different datesHello, I want to make the portfolio sort analysis and extract the idiosyncratic volatility, However…
xtpoisson fixed effects when both endogenous variable and IV are binaryDear all, I am using Stata 15.1 and I would like to conduct panel poisson iv regressions for 67 cou…
Subscribe to:
Post Comments (Atom)
0 Response to How to solve error "estimation result constrained not found" in lrtest command
Post a Comment