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
How to create a unique indiviudal id in household data?Dear all, I'm using a household data in which an individual is uniquely identified by province_dist…
Joint ML estimation of normal and logit model (-mtreatreg- ,user written command), violation of gaussian noise assumptionDear Statalist, I want to estimate the endogenous multinomial treatment model proposed by Deb and T…
Request guidance in Out-of-sample on Probit modelHi, Forgive me for my silly question as I am new to this. I do not understand how I can generate Out…
Keeping the last 4 digits of a long variableHi everyone, I have a long variable for source date in this dataset I am working with. This long v…
unwanted repetition of values (inserted in the db)Goodmorning, I am a bit stuck for my analysis and I am not sure on how to proceed...I am using Stata…
Subscribe to:
Post Comments (Atom)
0 Response to dfmlogit multinomial fractional model compositional data analysis
Post a Comment