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: 'margin' and marg. effects of second-order polynomials


From   Tirthankar Chakravarty <[email protected]>
To   [email protected]
Subject   Re: st: 'margin' and marg. effects of second-order polynomials
Date   Wed, 29 Dec 2010 15:53:12 -0800

Use continuous interactions:

*************************************
webuse fullauto, clear
oprobit rep77 foreign length c.mpg#c.mpg
margins, dydx(mpg)
*************************************

T

On Wed, Dec 29, 2010 at 3:30 PM, Justina Fischer <[email protected]> wrote:
> Hi
>
> I am estimating (using oprobit, unfortunately) a functional relationship of
> the following kind (simplified)
>
> Pr(F) = ax + bx^2 + other stuff.
>
> I am interested in the marginal effect: dPr(F)/dx = a + 2bx
>
> Using margin, I get marginal effects as if x and x^2 were two separate
> variables, even though  I interact the factor x (x##x) in my specification.
>
> Is there a way to make 'margin' estimate dPr(F)/dx, taking into account the
> functional relationship ?
>
> Browsing the Stata archive did not help....and calculating by hand is
> probably rather unfeasible.
>
> Thanks
>
> Justina



-- 
To every ω-consistent recursive class κ of formulae there correspond
recursive class signs r, such that neither v Gen r nor Neg(v Gen r)
belongs to Flg(κ) (where v is the free variable of r).

*
*   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