Hi all,
I am trying to get a valuation of a nonlinear expression of my estimated parameters from a mlogit model
. mlogit OS3 A1 North Central South Biol TG Mod Maj ASC ASCConcern Q3Concern, noconstant vce(robust)
The model is estimated and the results are tabulated. Then I want to assess the ratio of the coefficient of TG with that of A1. Namely the coefficient of TG over the coefficient of A1.
I went to the post estimation link or in the command
.nlcom (WTP: _b[TG]/_b[A1]), post
STATA does not provide statistics of the ratio but informs me the following
expression (_b[TG]/_b[A1]) evaluates to missing
r(498);
It seems to me that the coefficients are not stored. Since display _b[TG]
yields 0
Any help will be appreciated.
Peter
Related Posts with Cannot evaluate a nlcom ratio after an mlogit estimation
Interpretation of interaction term with ologit regressionHi all, I have a question about the interpretation of my results, regarding a moderator in an ologi…
Problems with stset on long dataHi, I'm trying to stset survival data in long format. I used reshape to convert from wide to long: …
Time dummies in xtabond and xtdpdsysHi, I made three year dummies. One is for 2005-2006, second is for 2007-2013 and third is for 2014-…
Decay measure variable using unbalanced panel dataHello everybody, I would really appreciate any help someone can provide with some coding. I am tryi…
Access instance, class, or function "own" identifiers within the .class fileIn class programming, is there a way to access an instance's, class's or member function's own ident…
Subscribe to:
Post Comments (Atom)
0 Response to Cannot evaluate a nlcom ratio after an mlogit estimation
Post a Comment