Hi,
Using Stata 13, I am running dfmlogit on the Stata dataset citybudget.dta available here
use http://fmwww.bc.edu/repec/bocode/c/citybudget.dta, clear
I am running the help file example
fmlogit governing safety education recreation social urbanplanning, ///
eta(minorityleft noleft houseval popdens)
It works fine. I am estimating marginal effects with
margins, dyex(houseval)
This also works fine but I only get marginal effects for the governing outcome and not the others -
safety, education, recreation, social, urbanplanning.
The help file uses dfmlogit but this command has been retired I believe and the following Stata error message suggests to use the margins commands.
dfmlogit only exists for older versions of Stata
use margins instead
How do I get the marginal effect for the other outcomes?
Thank you,
Don
Related Posts with dfmlogit multinomial fractional model compositional data analysis
Difference-in-Difference, with three treatment groups and one control groupHello everyone, I am trying to do the analysis with diff-in-diff estimation method and bumped into …
Attaching a value label to an integer variable with values greater than Stata’s maximum for long integersI have a CSV file with a field storing SNOMED codes. This is an encoded collection of medical terms,…
No Cointegration with Johansen but VECM shows significant coefficient.Greetings Stata Users. I have one simple question. It exist cointegration betwen variables when the…
nwcommands: handling survey based network data for several hundred respondentsHello there: I'm preparing to process data for a survey of 500 people. Alongside other standard soci…
create loopHello, I am new to stata and I can't figure out how to use loop (if it is the case) for the followi…
Subscribe to:
Post Comments (Atom)
0 Response to dfmlogit multinomial fractional model compositional data analysis
Post a Comment