<?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: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355376#M18628</link>
    <description>&lt;P&gt;Have you looked at Proc NPAR1Way and the Exact test statement with the EDF option?&lt;/P&gt;
&lt;P&gt;EDF produces Kolmogorov-Smirnov D statistic for two-sample data.&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 19:37:46 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-05-02T19:37:46Z</dc:date>
    <item>
      <title>Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/354977#M18601</link>
      <description>&lt;P&gt;Is there a way to conduct a bivariate Kolmogorov-Smirnov test in SAS? &amp;nbsp;That is, I want to know if two or&amp;nbsp;more samples differ in their bivariate probability distributions. For example, do genotypes differ in the *combinations* of temperature and moisture that they germinate in? &amp;nbsp;NPAR1way allows comparisons of temperature distributions or moisture distributions separately, but I'd like to compare the bivariate distributions. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 16:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/354977#M18601</guid>
      <dc:creator>kdonohue</dc:creator>
      <dc:date>2017-05-01T16:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355011#M18603</link>
      <description>&lt;P&gt;I don't think bivariate K-S tests are available, but there are other options, mostly&amp;nbsp;from the field of spatial data analysis. &amp;nbsp;If you can upload your data, we might have more&amp;nbsp;to suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume you have a set of (x,y) pairs for each sample. There are many ways to analyze spatial&amp;nbsp;point patterns in SAS. The SPP procedure in SAS/STAT enables you to graph &lt;A href="http://blogs.sas.com/content/iml/2016/09/19/nearest-neighbor-distances.html" target="_self"&gt;the empirical distribution of nearest-neighbor distances &lt;/A&gt;between points in a point pattern. There are &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_spp_details06.htm" target="_self"&gt;many distance&amp;nbsp;functions that you can choose to compute.&lt;/A&gt;&amp;nbsp;PROC SPP also enables you &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_spp_details14.htm" target="_self"&gt;to model the intensity (=density) of the points.&lt;/A&gt;&amp;nbsp; However, the GOF tests in PROC SPP tend to be for comparing data to theoretical models, rather than the nonparametric comparison of two patterns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 18:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355011#M18603</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-05-01T18:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355230#M18618</link>
      <description>&lt;P&gt;It seems that you want perform MANOVA .&lt;/P&gt;
&lt;P&gt;Check the example of GLM in documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glm;&lt;/P&gt;
&lt;P&gt;class group;&lt;/P&gt;
&lt;P&gt;model&amp;nbsp;&lt;SPAN&gt;temperature &amp;nbsp; moisture =group/ nouni;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 12:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355230#M18618</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-05-02T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355235#M18619</link>
      <description>&lt;P&gt;Thanks! &amp;nbsp;The data are highly non-normal, though (and can't be transformed to normality), so I need a non-parametric test. &amp;nbsp;Otherwise, GLM would be OK for some analyses. &amp;nbsp;Also, I'm interested in the higher&amp;nbsp;moments of the distribution as much as the first.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 13:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355235#M18619</guid>
      <dc:creator>kdonohue</dc:creator>
      <dc:date>2017-05-02T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355236#M18620</link>
      <description>&lt;P&gt;Thanks a lot. &amp;nbsp;I'll look into these methods of spatial statistics. &amp;nbsp;Need a non-parametric test, though....&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 13:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355236#M18620</guid>
      <dc:creator>kdonohue</dc:creator>
      <dc:date>2017-05-02T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355272#M18624</link>
      <description>&lt;P&gt;The best way to get answers that are appropriate is to upload data that demonstrates the problem you are trying to solve.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 14:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355272#M18624</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-05-02T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355376#M18628</link>
      <description>&lt;P&gt;Have you looked at Proc NPAR1Way and the Exact test statement with the EDF option?&lt;/P&gt;
&lt;P&gt;EDF produces Kolmogorov-Smirnov D statistic for two-sample data.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355376#M18628</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-02T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355379#M18629</link>
      <description>&lt;P&gt;I have never heard about a two-dimensional K-S test. I dont think there is any theory on the distribution of the test statistic.But don't give up!&lt;/P&gt;
&lt;P&gt;Lets say you want to make a K-S test of whether a set of coordinates comes from a bivariate N(&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;STRONG&gt;,I)&lt;/STRONG&gt; distribution. You can then simulate the distribution of the test statistic. You simply simulate n bivarite N(&lt;STRONG&gt;0,I&lt;/STRONG&gt;) distribution, find the max value of the difference from the empirical distribution function distribution function of a twodimensional bivarite N(&lt;STRONG&gt;0,I&lt;/STRONG&gt;) . Do that many times (1000 at least) and you then have the distribution of the test-statistic. Then compare your value with the simulated distribution to get a p-value.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 19:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355379#M18629</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-05-02T19:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I conduct a bivariate Kolmogorov-Smirnov test in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355556#M18637</link>
      <description>&lt;PRE&gt;
Emm. Maybe you need some data simulation skill.
Check this and you can expand it into multiple variables scenario  easily  .


http://blogs.sas.com/content/iml/2014/11/21/resampling-in-sas.html
&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 May 2017 12:38:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Can-I-conduct-a-bivariate-Kolmogorov-Smirnov-test-in-SAS/m-p/355556#M18637</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-05-03T12:38:20Z</dc:date>
    </item>
  </channel>
</rss>

