<?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: PROC POWER : Alpha with TEST=Equiv_Ratio in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728077#M35294</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another question. Now, if I use TEST=RATIO (and not equiv_ratio) and that I want an 90% confidence interval with a one-sided test; I use "Sides=U" (or L) and I put alpha=0.1, it's right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 07:38:30 GMT</pubDate>
    <dc:creator>Clg</dc:creator>
    <dc:date>2021-03-22T07:38:30Z</dc:date>
    <item>
      <title>PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/719365#M34806</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the PROC POWER with PAIREDMEANS and TEST=EQUIV_RATIO, what Confidence Interval provides the procedure for the sample size with alpha=0.05 ? A 95% CI or a 90% CI because equiv_ratio is based on two one-side tests ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Clg&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 16:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/719365#M34806</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2021-02-15T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/719482#M34808</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For an equivalence test the specified ALPHA= value provides the sample size for a (1-2α)100% confidence interval on the mean ratio.&amp;nbsp;So if you specify alpha=0.05, then you get a 90% confidence interval on the mean ratio.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 21:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/719482#M34808</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2021-02-15T21:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728077#M35294</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another question. Now, if I use TEST=RATIO (and not equiv_ratio) and that I want an 90% confidence interval with a one-sided test; I use "Sides=U" (or L) and I put alpha=0.1, it's right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 07:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728077#M35294</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2021-03-22T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728149#M35295</link>
      <description>&lt;P&gt;Yes, that is correct.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 12:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728149#M35295</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2021-03-22T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728360#M35303</link>
      <description>&lt;P&gt;My apologizes for this another question. If I done the following SAS Code, I compare if the ratio 1.5 is different that 1.25 with a 90% confidence interval also?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc power;&lt;BR /&gt;pairedmeans test=ratio alpha=0.1&lt;BR /&gt;meanratio=1.5&lt;BR /&gt;nullratio=1.25&lt;BR /&gt;cv=0.17&lt;BR /&gt;npairs=.&lt;BR /&gt;corr=0&lt;BR /&gt;sides=2&lt;BR /&gt;power=0.9;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 07:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728360#M35303</guid>
      <dc:creator>Clg</dc:creator>
      <dc:date>2021-03-23T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC POWER : Alpha with TEST=Equiv_Ratio</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728443#M35311</link>
      <description>&lt;P&gt;It is basically correct.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 14:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-POWER-Alpha-with-TEST-Equiv-Ratio/m-p/728443#M35311</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2021-03-23T14:05:23Z</dc:date>
    </item>
  </channel>
</rss>

