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
DWatson in Panel DataHi all, I have a panel dataset of 100 companies throughout a 72 month period (each company recorded…
Data Wrangling QuestionHello Statalist, I've got a vexing data wrangling question that I need help figuring our. I've got …
Create table of variable names and labelsHi, This seems very simple, but I cannot find anything on a straightforward way of doing it. I have…
Using mi estimate with any commandThe formulas implemented by -mi estimate:- apply to any efficient estimator, but -mi estimate:- only…
Help with combining observations of a variableHello all, I have a dataset that includes a admissions information for students to a school by the …
Subscribe to:
Post Comments (Atom)
0 Response to Cannot evaluate a nlcom ratio after an mlogit estimation
Post a Comment