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: graph interaction curve


From   Jorge Eduardo Pérez Pérez <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: RE: graph interaction curve
Date   Fri, 25 Feb 2011 12:16:46 -0500

I think the commands -xi3- and -postgr3- (which can be installed
writing -net install spost9_ado.pkg-) can achieve this, as shown in
the following example, although I'm not sure if this is what you're
looking for

use http://www.ats.ucla.edu/stat/stata/notes/hsb2, clear
gen mathsq=math^2
* math would be X, ses is the moderator
xi3: reg science mathsq i.ses*math
postgr3 math, by(ses) asis(mathsq _Ise*)

Hope this helps,
_______________________
Jorge Eduardo Pérez Pérez


On Fri, Feb 25, 2011 at 11:27 AM, Nick Cox <[email protected]> wrote:
> The short answer is No. There isn't an easy way, but there is a way to solve this nevertheless. Maarten already posted a concrete example at
>
> http://www.stata.com/statalist/archive/2011-02/msg01240.html
>
> That is, get a series of predictions for different values of the moderator and plot them as a series of lines in the (X, Y) space.
>
> So, the same question gets the same answer.
>
> Otherwise we need to see something new from you, e.g. specific detail on how you wrote code that doesn't work, etc.
>
> Nick
> [email protected]
>
> Fabio Zona
>
> I am really having hard time to graph an interacion between a curve and a linear moderator.
>
> this is the equation:
>
> Y = a + X +  X^2  + moderator  +  X * moderator
>
> Is there an easy way to graph the curve and see how it changes, for different values of the moderator?
>
> Also, I have another equation (more complex) with the same challenge:
> Y = a + X +  X^2  + moderator  +  X*moderator  + X^2 * moderator
>
>
> *
> *   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/
>

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