<?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: linear regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790333#M253019</link>
    <description>&lt;P&gt;Hey Miller,&lt;/P&gt;&lt;P&gt;I have indeed two variables, one is team and the other one is opponents.( y and x8 in the data below)&lt;/P&gt;&lt;P&gt;and i was able to find beta0 and beta1 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know looking for the 95% Confidence interval for the slope .&lt;/P&gt;&lt;P&gt;I cant the code for 95% CI for slope&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-01-15 080221.png" style="width: 617px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67435i8D74A9C87F87F89D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-01-15 080221.png" alt="Screenshot 2022-01-15 080221.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jan 2022 14:03:58 GMT</pubDate>
    <dc:creator>Stopira</dc:creator>
    <dc:date>2022-01-15T14:03:58Z</dc:date>
    <item>
      <title>linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790316#M253012</link>
      <description>&lt;P&gt;Hey, I am doing a regression analysis course and i need to find the 95% confidence interval of a given data,&lt;/P&gt;&lt;P&gt;but i can't find the code to compute it anywhere.&lt;/P&gt;&lt;P&gt;Please, share with me your ideas&lt;/P&gt;&lt;P&gt;data Football;&lt;BR /&gt;input team opponents;&lt;BR /&gt;datalines;&lt;BR /&gt;10 2205&lt;BR /&gt;11 2096&lt;BR /&gt;11 1847&lt;BR /&gt;13 1903&lt;BR /&gt;10 1457&lt;BR /&gt;11 1848&lt;BR /&gt;10 1564&lt;BR /&gt;11 1821&lt;BR /&gt;4 2577&lt;BR /&gt;2 2476&lt;BR /&gt;7 1984&lt;BR /&gt;10 1917&lt;BR /&gt;9 1761&lt;BR /&gt;9 1709&lt;BR /&gt;6 1901&lt;BR /&gt;5 2288&lt;BR /&gt;5 2288&lt;BR /&gt;5 2072&lt;BR /&gt;6 2861&lt;BR /&gt;4 2411&lt;BR /&gt;3 2289&lt;BR /&gt;3 2203&lt;BR /&gt;4 2592&lt;BR /&gt;10 1979&lt;BR /&gt;6 2048&lt;BR /&gt;8 1786&lt;BR /&gt;2 2876&lt;BR /&gt;0 2560&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 04:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790316#M253012</guid>
      <dc:creator>Stopira</dc:creator>
      <dc:date>2022-01-15T04:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790329#M253017</link>
      <description>&lt;P&gt;You can't do a linear regression on this data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need two variables — an independent (or predictor) variable and a dependent (or response) variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your variable TEAM is an identifier and can't be used in a regression equation.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 10:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790329#M253017</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-15T10:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790333#M253019</link>
      <description>&lt;P&gt;Hey Miller,&lt;/P&gt;&lt;P&gt;I have indeed two variables, one is team and the other one is opponents.( y and x8 in the data below)&lt;/P&gt;&lt;P&gt;and i was able to find beta0 and beta1 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know looking for the 95% Confidence interval for the slope .&lt;/P&gt;&lt;P&gt;I cant the code for 95% CI for slope&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-01-15 080221.png" style="width: 617px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67435i8D74A9C87F87F89D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-01-15 080221.png" alt="Screenshot 2022-01-15 080221.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 14:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790333#M253019</guid>
      <dc:creator>Stopira</dc:creator>
      <dc:date>2022-01-15T14:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790334#M253020</link>
      <description>&lt;P&gt;If you used PROC REG, then you need to add the CLB option into the MODEL statement thusly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model y=x9/clb;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Jan 2022 15:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/linear-regression/m-p/790334#M253020</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-15T15:03:04Z</dc:date>
    </item>
  </channel>
</rss>

