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
Issue reshaping panel data from wide to long: data for certain years are missingGreetings, I'm running Stata 15.1 on OSX and working with panel data. My variables were measured in…
Interpretation of filelist codeThe procedure I am using works just fine. The problem is, I don't really understand it at all. Is an…
Using lagged independent variable in place of its current value & question of collinearityDear Statalisters, I have two distinct questions relating to the same model - apologies in advance …
How to rebalance portfolios based on the annual asset growth decilesDear Stata users, I' m trying to build monthly value-weighted portfolio returns based 10 deciles of…
County, time-fixed effectsHello, I am currently using Stata for my senior thesis and had some questions about fixed-effects. …
Subscribe to:
Post Comments (Atom)
0 Response to Cannot evaluate a nlcom ratio after an mlogit estimation
Post a Comment