<?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: About significance level in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577930#M28387</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183606"&gt;@oves&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV class="InfoMessage lia-panel-feedback-banner-alert lia-feedback-secondary-message lia-component-common-widget-page-feedback"&gt;
&lt;DIV class="lia-text"&gt;Hi,&lt;BR /&gt;Let's assume:&lt;BR /&gt;&lt;BR /&gt;Medicine A heals 60 of of 100.&lt;BR /&gt;Testing if medicine B is better.&lt;BR /&gt;Using level 0.05.&lt;BR /&gt;Wish to find the lowest number of healed to say: Yes, it is better!&lt;BR /&gt;The answer is 68, but...&lt;BR /&gt;How to best calculate this in SAS (using EG 7.15)?&lt;/DIV&gt;
&lt;DIV class="lia-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-text"&gt;oves&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's likely some basic math so you could take the formula and calculate it manually but I would likely be checking PROC POWER to see if it could calculate that number. Are you assuming that the groups are equally sized as well? Ie 100 people? I believe the denominator may be important as well. If it heals 68 out of 1000 that's different than 68 out of 100 so you may need to be looking at rates instead.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 00:18:41 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-31T00:18:41Z</dc:date>
    <item>
      <title>About significance level in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577653#M28365</link>
      <description>&lt;DIV class="InfoMessage lia-panel-feedback-banner-alert lia-feedback-secondary-message lia-component-common-widget-page-feedback"&gt;&lt;DIV class="lia-text"&gt;Hi,&lt;BR /&gt;Let's assume:&lt;BR /&gt;&lt;BR /&gt;Medicine A heals 60 of of 100.&lt;BR /&gt;Testing if medicine B is better.&lt;BR /&gt;Using level 0.05.&lt;BR /&gt;Wish to find the lowest number of healed to say: Yes, it is better!&lt;BR /&gt;The answer is 68, but...&lt;BR /&gt;How to best calculate this in SAS (using EG 7.15)?&lt;/DIV&gt;&lt;DIV class="lia-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-text"&gt;oves&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jul 2019 10:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577653#M28365</guid>
      <dc:creator>oves</dc:creator>
      <dc:date>2019-07-30T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: About significance level in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577679#M28366</link>
      <description>&lt;P&gt;Use PROC FREQ, and check its documentation 's example ,especial about Relative Risk Test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;table&amp;nbsp;&lt;SPAN&gt;Medicine*Yes_No / Chisq&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;riskdiff&lt;/STRONG&gt; ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577679#M28366</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-07-30T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: About significance level in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577686#M28367</link>
      <description>&lt;P&gt;Here is for your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/08/21/she-ranger.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/08/21/she-ranger.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577686#M28367</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-07-30T11:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: About significance level in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577930#M28387</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183606"&gt;@oves&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV class="InfoMessage lia-panel-feedback-banner-alert lia-feedback-secondary-message lia-component-common-widget-page-feedback"&gt;
&lt;DIV class="lia-text"&gt;Hi,&lt;BR /&gt;Let's assume:&lt;BR /&gt;&lt;BR /&gt;Medicine A heals 60 of of 100.&lt;BR /&gt;Testing if medicine B is better.&lt;BR /&gt;Using level 0.05.&lt;BR /&gt;Wish to find the lowest number of healed to say: Yes, it is better!&lt;BR /&gt;The answer is 68, but...&lt;BR /&gt;How to best calculate this in SAS (using EG 7.15)?&lt;/DIV&gt;
&lt;DIV class="lia-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-text"&gt;oves&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's likely some basic math so you could take the formula and calculate it manually but I would likely be checking PROC POWER to see if it could calculate that number. Are you assuming that the groups are equally sized as well? Ie 100 people? I believe the denominator may be important as well. If it heals 68 out of 1000 that's different than 68 out of 100 so you may need to be looking at rates instead.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 00:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-significance-level-in-SAS/m-p/577930#M28387</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-31T00:18:41Z</dc:date>
    </item>
  </channel>
</rss>

