<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can some help me interpret the output? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73489#M21299</link>
    <description>Doc Muhlbaier:&lt;BR /&gt;
Thank you so much.&lt;BR /&gt;
So, you mean my R-square value is acceptable, and since the p-value is significant, the rewgression model is ok?&lt;BR /&gt;
How about if I want to make a little better model based on this?  See, some of the p-values are really large, can I try some further work to avoid the unsignificant variable or variable interaction? For example, &lt;BR /&gt;
"model Y=x1 x2 x3 x1x2 x1x3 x2x3 x1x2x3/method=rsquare" to select some sinificant variables?&lt;BR /&gt;
Thank you.</description>
    <pubDate>Tue, 21 Sep 2010 02:03:24 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-09-21T02:03:24Z</dc:date>
    <item>
      <title>Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73487#M21297</link>
      <description>The REG Procedure&lt;BR /&gt;
                                         Model: MODEL1&lt;BR /&gt;
                                   Dependent Variable: score&lt;BR /&gt;
&lt;BR /&gt;
                                      Analysis of Variance&lt;BR /&gt;
&lt;BR /&gt;
                                                   Sum of           Mean&lt;BR /&gt;
         Source                   DF        Squares         Square    F Value    Pr &amp;gt; F&lt;BR /&gt;
&lt;BR /&gt;
         Model                     7         168149          24021      11.74       &amp;lt;.0001&lt;BR /&gt;
         Error                      96         96501          2046.88323&lt;BR /&gt;
         Corrected Total      103         364650&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
                      Root MSE                 45.24249    R-Square     0.4611&lt;BR /&gt;
                      Dependent Mean       81.98077    Adj R-Sq      0.4218&lt;BR /&gt;
                      Coeff Var            55.18672&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
                                      Parameter Estimates&lt;BR /&gt;
&lt;BR /&gt;
                                         Parameter       Standard&lt;BR /&gt;
              Variable     DF       Estimate          Error    t Value    Pr &amp;gt; |t|&lt;BR /&gt;
&lt;BR /&gt;
              Intercept     1       22.88491       12.67088       1.81      0.0740&lt;BR /&gt;
              pop            1       -0.17833        0.20712          -0.86      0.3914&lt;BR /&gt;
              gdp            1    -0.00007578     0.00046149      -0.16      0.8699&lt;BR /&gt;
              times         1        2.86822        0.64863            4.42      &amp;lt;.0001&lt;BR /&gt;
              pg             1     0.00009151     0.00002138       4.28      &amp;lt;.0001&lt;BR /&gt;
              pt              1        0.00304        0.00895           0.34      0.7347&lt;BR /&gt;
              gt              1    -0.00002252     0.00002309      -0.98      0.3319&lt;BR /&gt;
              pgt            1    -0.00000226    6.098243E-7      -3.71      0.0003&lt;BR /&gt;
&lt;BR /&gt;
pg is pop*gdp, pt is pop*times, gt is gdp*times, pgt is pop*gdp*times,&lt;BR /&gt;
P-value is less than 0.05, but R square is just .46... which is not good?&lt;BR /&gt;
Do you think this can be a good regression model? if not, Can someone give me some suggestion?&lt;BR /&gt;
Any suggestion is appreciated!!</description>
      <pubDate>Mon, 20 Sep 2010 18:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73487#M21297</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-20T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73488#M21298</link>
      <description>Lindsey,&lt;BR /&gt;
&lt;BR /&gt;
There is no "absolute" in "goodness" to a regression model; it depends on your study or discipline.  In a tightly controlled laboratory experiment, an R2 of .9 may be unacceptable.  In an observational study, an r2 of .20 may be perfectly reasonable.  Both scenarios can have statistically significant p-values.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Mon, 20 Sep 2010 20:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73488#M21298</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-09-20T20:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73489#M21299</link>
      <description>Doc Muhlbaier:&lt;BR /&gt;
Thank you so much.&lt;BR /&gt;
So, you mean my R-square value is acceptable, and since the p-value is significant, the rewgression model is ok?&lt;BR /&gt;
How about if I want to make a little better model based on this?  See, some of the p-values are really large, can I try some further work to avoid the unsignificant variable or variable interaction? For example, &lt;BR /&gt;
"model Y=x1 x2 x3 x1x2 x1x3 x2x3 x1x2x3/method=rsquare" to select some sinificant variables?&lt;BR /&gt;
Thank you.</description>
      <pubDate>Tue, 21 Sep 2010 02:03:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73489#M21299</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-21T02:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73490#M21300</link>
      <description>Hi.&lt;BR /&gt;
Just as Doc@Duke said , it depends your intention and situation for the data you studied.&lt;BR /&gt;
and the P-value of model is non-sense because it would be enough significant as long as &lt;BR /&gt;
you add more independent variables.&lt;BR /&gt;
To get better model ,suggest you use option 'stepwise','backw***'(i can not remember &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  )&lt;BR /&gt;
to select the more important independent variables.&lt;BR /&gt;
And the most important thing is not to forget to check your model's residual to see whether your &lt;BR /&gt;
regression model is fitted the hypothesis of OLS MODEL.</description>
      <pubDate>Tue, 21 Sep 2010 04:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73490#M21300</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-09-21T04:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73491#M21301</link>
      <description>Thanks, Ksharp. I will try it later.</description>
      <pubDate>Tue, 21 Sep 2010 07:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73491#M21301</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-21T07:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73492#M21302</link>
      <description>Since different statisticians have different ideas, and do not always agree, let me point out that I would not recommend stepwise regression, as it has known problems.&lt;BR /&gt;
&lt;BR /&gt;
Furthermore, deleting the insignificant terms may have a minor impact on the quality of the model or a major impact; you just don't know. You may get a significant decrease in the R-squared, or an insignificant decrease. You may get a significant increase in the Adjusted R-squared, or an insignificant increase. &lt;BR /&gt;
&lt;BR /&gt;
But in the end, I would &lt;I&gt;not&lt;/I&gt; go about improving the model by deleting terms. I would examine the residuals, to see if there are indications of curvature or non-linearity. Should there be such indication, I would ADD curvature terms to the model to improve it.</description>
      <pubDate>Tue, 21 Sep 2010 13:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73492#M21302</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-09-21T13:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73493#M21303</link>
      <description>In the manufacturing world, I too often see engineers use regression to understand engineering.  It's a bit like making soup where one just keeps adding ingredients until the taste goes bad.  A cook who knows his/her stuff chooses ingredients that work and then adjusts the quantities to maximize the benefit.  Similarly, variables should be selected on the basis of (engineering) knowledge.  Then use the regression model to determine the correct magnitude/effect for the variables chosen.</description>
      <pubDate>Tue, 21 Sep 2010 14:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73493#M21303</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2010-09-21T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73494#M21304</link>
      <description>&amp;gt; In the manufacturing world, I too often see engineers&lt;BR /&gt;
&amp;gt; use regression to understand engineering.  It's a bit&lt;BR /&gt;
&amp;gt; like making soup where one just keeps adding&lt;BR /&gt;
&amp;gt; ingredients until the taste goes bad.  A cook who&lt;BR /&gt;
&amp;gt; knows his/her stuff chooses ingredients that work and&lt;BR /&gt;
&amp;gt; then adjusts the quantities to maximize the benefit.&lt;BR /&gt;
&amp;gt; Similarly, variables should be selected on the basis&lt;BR /&gt;
&amp;gt; of (engineering) knowledge.  Then use the regression&lt;BR /&gt;
&amp;gt; model to determine the correct magnitude/effect for&lt;BR /&gt;
&amp;gt;  the variables chosen.&lt;BR /&gt;
&lt;BR /&gt;
Ah, the exact opposite of the empirical approach. &lt;BR /&gt;
&lt;BR /&gt;
And what would you do when you are in a situation where there isn't a lot of engineering understanding of the situation? What would you do when the process moves in ways you have never seen before, and your engineering knowledge can't explain why it did that, but you have a lot of data? What would the cook do in your analogy, when presented with ingredients that he has never seen before?</description>
      <pubDate>Tue, 21 Sep 2010 15:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73494#M21304</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2010-09-21T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can some help me interpret the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73495#M21305</link>
      <description>Just as you said 'different statisticians have different ideas'. But the regression model only can abstractly discover the relationship between independent variable and dependent variable, because there is no independent variable has no relationship with dependent variable. We need to find the most important independent varibale with dependent,so it is necessary to omit some insignificant independant variables ,and it is not wise to promote&lt;BR /&gt;
R-squared ---- just as doc@duck said 'when your model has great than .9 with R-squared,&lt;BR /&gt;
the data would be skeptical' . So it is enough to find several important independent variables with dependent variable.&lt;BR /&gt;
&lt;BR /&gt;
About 'indications of curvature or non-linearity.' , I think that using 'plot student.*x' statement to find the residual whether ~N  (0,sigma^2),&lt;BR /&gt;
if it ~N  (0,sigma^2,then Model fit these data very well, if not can add x^2 or x^3 to see whether enhance the fitness of model and data. &lt;BR /&gt;
The above all is just my opinion.:-)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Sun, 26 Sep 2010 03:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-some-help-me-interpret-the-output/m-p/73495#M21305</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-09-26T03:30:53Z</dc:date>
    </item>
  </channel>
</rss>

