<?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: Regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789054#M252437</link>
    <description>What if I want to do a one-sided t-test for regression?</description>
    <pubDate>Sat, 08 Jan 2022 17:39:51 GMT</pubDate>
    <dc:creator>Reader587</dc:creator>
    <dc:date>2022-01-08T17:39:51Z</dc:date>
    <item>
      <title>Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789047#M252431</link>
      <description>&lt;P&gt;How do I change Beta=0 to Beta=2 for proc reg?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 16:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789047#M252431</guid>
      <dc:creator>Reader587</dc:creator>
      <dc:date>2022-01-08T16:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789048#M252432</link>
      <description>Please explain further. Provide more detail. Provide example data.</description>
      <pubDate>Sat, 08 Jan 2022 16:59:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789048#M252432</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-08T16:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789050#M252434</link>
      <description>data plastic2;&lt;BR /&gt;input hardness minutes;&lt;BR /&gt;cards;&lt;BR /&gt;199.0 16.0&lt;BR /&gt;205.0 16.0&lt;BR /&gt;196.0 16.0&lt;BR /&gt;200.0 16.0&lt;BR /&gt;218.0 24.0&lt;BR /&gt;220.0 24.0&lt;BR /&gt;215.0 24.0&lt;BR /&gt;223.0 24.0&lt;BR /&gt;237.0 32.0&lt;BR /&gt;234.0 32.0&lt;BR /&gt;235.0 32.0&lt;BR /&gt;230.0 32.0&lt;BR /&gt;250.0 40.0&lt;BR /&gt;248.0 40.0&lt;BR /&gt;253.0 40.0&lt;BR /&gt;246.0 40.0&lt;BR /&gt;;run;&lt;BR /&gt;proc reg;&lt;BR /&gt;model hardness=minutes/clb alpha=.01;run;&lt;BR /&gt;I am trying to change the test from Ho:B1=0 vs Ha:B1^=0 to Ho:B1=2 vs. Ha:B1^=2</description>
      <pubDate>Sat, 08 Jan 2022 17:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789050#M252434</guid>
      <dc:creator>Reader587</dc:creator>
      <dc:date>2022-01-08T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789052#M252436</link>
      <description>&lt;P&gt;Use the TEST statement in PROC REG. Examples: &lt;A href="https://documentation.sas.com/doc/en/pgmmvacdc/9.4/statug/statug_reg_syntax20.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmmvacdc/9.4/statug/statug_reg_syntax20.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 17:32:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789052#M252436</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-08T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789054#M252437</link>
      <description>What if I want to do a one-sided t-test for regression?</description>
      <pubDate>Sat, 08 Jan 2022 17:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789054#M252437</guid>
      <dc:creator>Reader587</dc:creator>
      <dc:date>2022-01-08T17:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789055#M252438</link>
      <description>&lt;P&gt;The PROC REG output contains two-sided tests. If you were to do a two-sided test at the alpha=0.05 level, then 0.025 chance of a type I error is in the upper tail and 0.025 chance of a type I error is in the lower tail.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You want a one-sided test with alpha=0.05 in one tail and alpha=0 in the other tail. So, if the pvalue from SAS is &amp;lt;0.10, your one-sided test is statistically significant at the alpha=0.05 level, because 0.05 chance of type I error in one tail, and 0 percent chance of type I error in the other tail.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 17:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regression/m-p/789055#M252438</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-08T17:49:10Z</dc:date>
    </item>
  </channel>
</rss>

