Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: RE: marginal effects in MNL model


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: RE: marginal effects in MNL model
Date   Tue, 12 Apr 2011 08:14:38 +0100 (BST)

--- On Tue, 12/4/11, Diane Dancer wrote:
> I am estimating an MNL model using weights and a cluster
> variance.  The model all works and gives me good
> results.
> However when I add the commands for the marginal effects as
> specified in the help directory I get no results and a
> comment about a bracket..
<snip>
> margins, dydx(") predict(outcome(1));

-dydx(")- should be -dydx(*)-. 

A " indicates the start of a string, so Stata sees:

margins, dydx(

Than a ", so it thinks `now a string is starting, lets wait 
till it ends' and ofcourse it doesn't end. So after parsing
it is left with the fragment -margins, dydx(- and it asks
you `he, where is the closing bracket?'

Hope this helps,
Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany

http://www.maartenbuis.nl
--------------------------


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index