Works like a charm!
(Maarten's original formulation)
I can't tell you how much I couldn't come up with that one on my own.
Thank you both.
Daniel Waxman
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Nick Cox
Sent: Wednesday, August 01, 2007 12:35 PM
To: [email protected]
Subject: RE: st: RE: RE: CIs for the ratio of two adjusted predictions after
logistic?
Got it.
Nick
[email protected]
Maarten buis
> --- Nick Cox <[email protected]> wrote:
> > I think in this the term
> >
> > _b[foreign]
> >
> > should be
> >
> > _b[foreign] * foreign
> >
> > and that
> >
> > _b[foreignXmpg] * mpg
> >
> > should be
> >
> > _b[foreignXmpg] * foreignXmpg
>
> No, I am comparing for each value of mpg the predicted probability of
> foreign cars with the predicted probabilities of domestic cars. To do
> so I create a local `xb_for' which contains the linear predictor
> assuming the car is foreign and a local `xb_dom' which contains the
> linear predictor assuming that the car is domestic. (actually the
> locals contain the commands that will create the linear
> predictors, but
> that is a detail) Consider the code for the linear predictor assuming
> that the cars are foreign.
>
> #delim ;
> local xb_for "_b[_cons] + _b[foreign] +
> _b[mpg]*mpg + _b[foreignXmpg]*mpg" ;
> #delim cr
> In that case we know that the the variable foreign has value 1, so
>
> _b[foreign]*foreign =
> _b[foreign]*1 =
> _b[foreign]
>
> similarly:
>
> _b[foreignXmpg]*foreign*mpg =
> _b[foreignXmpg]*1*mpg =
> _b[foreignXmpg]*mpg
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/