Hello,
When I followed the tutorial to learn the asroprobit command in the Stata software, I typed the following code:
use http://www.stata-press.com/data/r15/wlsrank
asroprobit rank high low if noties, case(id) alternatives(jobchar) casevars(female score) reverse
Some of the output results is confusing, and what are the results estimated for the last five rows in the resulting table? I didn't define "/ln12_2, /ln13_3, /12_1, /13_1, /13_2" in the code.
Besides, when I include case-specific variables in rank-ordered logistic regression model, the estimation will omit the case-specific variables. Can a rank-ordered logistic regression model analyze case-specific variables?
Related Posts with asroprobit may estimate the variables that are not defined in the code?
Testing some stuff Code: sysuse nlsw88,clear reg married i.collgrad##c.wage margins collgrad, at(wage== (5 10 15)) po…
Split string variables with numeric valuesHi, I am using Stata 17 and need some help with splitting of string variables. Below is an example …
tab_chi updated on SSC: revisions to tabmThanks to Kit Baum, as ever, the tab_chi package on SSC has been updated. The revisions concern the …
Intercept conditional on state of the economyDear Statalisters, I am looking for some help on running a regression in which I aim to find interc…
Interpreting a positive interaction term where one main effect is positive and one negativeHi, I am trying to interpret an effect from an interaction term. I have the following output: a po…
Subscribe to:
Post Comments (Atom)
0 Response to asroprobit may estimate the variables that are not defined in the code?
Post a Comment