<?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 Kolmogorov-Smirnov critical value in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815239#M40244</link>
    <description>&lt;P&gt;i use the proc npar1way to estimate the Kolmogorov-Smirnov for testing two samples&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I follow the below site in order to complete the KS test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.real-statistics.com/non-parametric-tests/goodness-of-fit-tests/two-sample-kolmogorov-smirnov-test/" target="_blank"&gt;Two Sample Kolmogorov-Smirnov Test | Real Statistics Using Excel (real-statistics.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the above site i need to estimate the critical value for KS which is not produced from npar1way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The below is from the site above and shows how we can estimate the critical value&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is : is there any procedure in SAS which can estimate it? if not, could someone help to estimate it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Dm,n,a = c(a) * sqrt(m+n)/(mn)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 26 May 2022 15:48:45 GMT</pubDate>
    <dc:creator>Toni2</dc:creator>
    <dc:date>2022-05-26T15:48:45Z</dc:date>
    <item>
      <title>Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815239#M40244</link>
      <description>&lt;P&gt;i use the proc npar1way to estimate the Kolmogorov-Smirnov for testing two samples&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I follow the below site in order to complete the KS test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.real-statistics.com/non-parametric-tests/goodness-of-fit-tests/two-sample-kolmogorov-smirnov-test/" target="_blank"&gt;Two Sample Kolmogorov-Smirnov Test | Real Statistics Using Excel (real-statistics.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the above site i need to estimate the critical value for KS which is not produced from npar1way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The below is from the site above and shows how we can estimate the critical value&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is : is there any procedure in SAS which can estimate it? if not, could someone help to estimate it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Dm,n,a = c(a) * sqrt(m+n)/(mn)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 May 2022 15:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815239#M40244</guid>
      <dc:creator>Toni2</dc:creator>
      <dc:date>2022-05-26T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815280#M40246</link>
      <description>&lt;P&gt;PROC NPAR1WAY as far as I know doesn't provide critical values (most — maybe all — PROCs in SAS do not) but it does indicate the p-value, which lets you know if the observed statistic is less than or greater than the critical value. That's really all you need to know for data analysis, you don't need the actual critical value. (The only time you would need the exact critical value is for homework or for some academic papers — although every journal I have ever seen accepts the p-value.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815280#M40246</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-26T17:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815288#M40247</link>
      <description>Thanks, is there any value to estimate the critical value? I mean is it going to lead me in a different conclusion? (for example, to accept a hypothesis which i rejected previously with the p-value)</description>
      <pubDate>Thu, 26 May 2022 17:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815288#M40247</guid>
      <dc:creator>Toni2</dc:creator>
      <dc:date>2022-05-26T17:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815290#M40248</link>
      <description>&lt;P&gt;The p-value is widely used and understood (within statistical discussions) and will tell you if the observed statistic is above or below the critical value. So, I can't remember the last time I had to use a critical value.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815290#M40248</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-26T17:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815296#M40249</link>
      <description>Thnka you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 26 May 2022 18:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815296#M40249</guid>
      <dc:creator>Toni2</dc:creator>
      <dc:date>2022-05-26T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815399#M40250</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2019/05/20/critical-values-kolmogorov-test.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/05/20/critical-values-kolmogorov-test.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/06/24/kolmogorov-d-distribution-exact.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2020/06/24/kolmogorov-d-distribution-exact.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/05/15/kolmogorov-d-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2019/05/15/kolmogorov-d-statistic.html&lt;/A&gt;</description>
      <pubDate>Fri, 27 May 2022 12:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815399#M40250</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-05-27T12:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kolmogorov-Smirnov critical value</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815414#M40251</link>
      <description>very very useful! many thanks!</description>
      <pubDate>Fri, 27 May 2022 13:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Kolmogorov-Smirnov-critical-value/m-p/815414#M40251</guid>
      <dc:creator>Toni2</dc:creator>
      <dc:date>2022-05-27T13:55:50Z</dc:date>
    </item>
  </channel>
</rss>

