<?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: Multiple regression parameters confidence limit in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528726#M26699</link>
    <description>&lt;P&gt;Thank you vety much for your detailed answer. It makes perfect sense. The client wanted the regression equation I asked about, which did not seem right to us. Checking back with the client, what would satisfy their needs is the values of the 90% lower confidence limit of the predictions of the noramlly computed regression equation.&lt;/P&gt;&lt;P&gt;I just started looking into quantile regression and proc quantreg to see what we would be predicting with it and if we can get from it the predictions of the 90% lower confidence limit.&lt;/P&gt;&lt;P&gt;We thought of another solution, getting the predicted values from the (usally computed) linear regression equation, and then getting the values of the 90% lower confidence interval. In the past we did something similar (not the same) with excel's NORMINV. Is there a way to do this in SAS:&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 12:04:18 GMT</pubDate>
    <dc:creator>Taliah</dc:creator>
    <dc:date>2019-01-21T12:04:18Z</dc:date>
    <item>
      <title>Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528702#M26696</link>
      <description>&lt;P&gt;We are asked to use a multiple regression equation constructed from the lower 90% confidence limit value of each parameter estiamte. I can get these values from SAS.&amp;nbsp; Would appriciate it if anyone can explain the validity and meaning of such a regression line -&lt;/P&gt;&lt;P&gt;Does SAS take into consideration the parameter estimates of all other variables when computing&amp;nbsp;the confidence limits for each parameter estimate, so that the resulting regression equation is a valid regression equation for that data?&lt;/P&gt;&lt;P&gt;Would the predictions of that regression equation represent the 90% lower limit level of the predictions for that data?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 09:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528702#M26696</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2019-01-21T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528716#M26697</link>
      <description>&lt;P&gt;1. I've never seen this before.&amp;nbsp;That doesn't necessarily mean it is invalid, but it seems unusual.&lt;/P&gt;
&lt;P&gt;2. The parameter estimates are assumed to be MVN. For large data, this is usually a reasonable assumption, as shown by the last image in the&amp;nbsp;article &lt;A href="https://blogs.sas.com/content/iml/2017/02/01/simulate-samples-linear-regression.html" target="_self"&gt;"Simulate many samples from a linear regression model."&lt;/A&gt;&amp;nbsp;If you take the lower 90% limit, there is no reason to expect that those parameters fit the data at all. To give a&amp;nbsp;simple example, you might&amp;nbsp;estimate the slope and intercept of a one-variable regression model. If the covariance of the estimates is negative, that means that if you decrease one estimate you&amp;nbsp;should&amp;nbsp;INCREASE the other. But the process of taking the lower 90% decreases both from their OLS values, which probably results in a model that does not fit the data.&lt;/P&gt;
&lt;P&gt;3. No, t&lt;SPAN&gt;he "predictions of that regression equation" do not "represent the 90% lower limit level of the predictions for that data."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it possible you misunderstood? Could the client have asked you to predict the 90th percentile of the response? You can do that by using PROC QUANTREG to perform quantile regression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 10:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528716#M26697</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-01-21T10:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528720#M26698</link>
      <description>&lt;P&gt;Thank you very much for your detailed answer.&amp;nbsp;What you wrote makes perfect sense. The client wanted the regression equation I wrote about, which didn't make sense to us. Checking back with the client, what would satifies their needs is the 90% lower confidence interval values of what the regression would predict. Do you know if there is a way to get that form SAS?&lt;/P&gt;&lt;P&gt;I just started looking up quantile regression and proc quatreg, trying to understand what we would be predicting using it.&lt;/P&gt;&lt;P&gt;We also thought of taking the predictions we get from the (usual) linear regression&amp;nbsp;computed on the data,&amp;nbsp;and computing the lower 90% confidence limit values of them. We did similar things (not exactly the same as here) in the past with excel's NORMINV. Is there a way to do this in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 11:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528720#M26698</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2019-01-21T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528726#M26699</link>
      <description>&lt;P&gt;Thank you vety much for your detailed answer. It makes perfect sense. The client wanted the regression equation I asked about, which did not seem right to us. Checking back with the client, what would satisfy their needs is the values of the 90% lower confidence limit of the predictions of the noramlly computed regression equation.&lt;/P&gt;&lt;P&gt;I just started looking into quantile regression and proc quantreg to see what we would be predicting with it and if we can get from it the predictions of the 90% lower confidence limit.&lt;/P&gt;&lt;P&gt;We thought of another solution, getting the predicted values from the (usally computed) linear regression equation, and then getting the values of the 90% lower confidence interval. In the past we did something similar (not the same) with excel's NORMINV. Is there a way to do this in SAS:&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 12:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528726#M26699</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2019-01-21T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528746#M26701</link>
      <description>&lt;P&gt;You don't mention what SAS procedure you are using, but in many procedures, you can request&amp;nbsp;a confidence interval for the predicted&amp;nbsp;values. You would use ALPHA=0.1 to request a 90% CL. The syntax varies a little between procedures, but here is an example of using PROC REG. The OUTPUT statement uses the LCL= to output the lower prediction limit :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=Sashelp.Class alpha=0.1;
model Weight = Height;
output out=RegOut pred=Pred LCL=Lower90;
quit;

/* for one-variable regression, you can draw a graph of the results */
proc sort data=RegOut; by Height; run;

proc sgplot data=RegOut;
scatter x=Height y=Weight;
series x=Height y=Pred;
series x=Height y=Lower90;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jan 2019 13:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528746#M26701</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-01-21T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression parameters confidence limit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528754#M26714</link>
      <description>&lt;P&gt;Thank you, this sounds like a great solution. We are using proc reg and have several&amp;nbsp;veriables (predictors). If we can use the proc reg code with the output statement you wrote to get the 90% CL for the predictions we can get the graphs we need from that.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 13:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-regression-parameters-confidence-limit/m-p/528754#M26714</guid>
      <dc:creator>Taliah</dc:creator>
      <dc:date>2019-01-21T13:35:16Z</dc:date>
    </item>
  </channel>
</rss>

