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: Predicting sdres in stata
From
Richard Goldstein <[email protected]>
To
[email protected]
Subject
Re: st: Predicting sdres in stata
Date
Wed, 20 Jul 2011 08:19:46 -0400
without knowing what depenVar1 and depenVar2 are, it is not possible to
fully answer the question
however, note that what you are asking for are the predicted values from
the equation and this depends solely on the value of the constant and
the value of the coefficient for BSA; apparently, these are "very
similar" in the two regressions; do you mean to ask for the predicted
values or are you trying to predict some kind of residual? if you want
some kind of residual, you will need to add an option; see -h regress
postestimation- and click on "predict"
Rich
On 7/20/11 8:05 AM, Lars Folkestad wrote:
> Hi Stata Listers
>
> This is probably a simple question for you all. I just cannot see my way
> through it.
>
> I am doing liniar regression for different variables as a way to adjust for
> Body Surface Area. I do the following
>
> . regress depenVar1 BSA, vce(robust)
> . predict sdres
> . qnorm sdres
> . swilk sdres
> . predict adjdepenVar1
> . drop sdres
>
> . regress depenVar2 BSA, vce(robust)
> . predict sdres
> . qnorm sdres
> . swilk sdres
>
> The two swilks tests give the exact same p-value and the qnorm graf is
> identical.
>
> I cannot understand how. For your information i am new to stata and
> regression and my statistically knowledge is low.
>
> Why is the two swilks tests and qnorms the same?
>
> lars
*
* 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/