<?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: Comparing Datasets (Performance) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180488#M46005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trying using data step with update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001329153.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001329153.htm"&gt;Step-by-Step Programming with Base SAS(R) Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 17:50:24 GMT</pubDate>
    <dc:creator>vinayemmadi</dc:creator>
    <dc:date>2014-07-16T17:50:24Z</dc:date>
    <item>
      <title>Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180481#M45998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about comparing datasets and discering whether or not they are "different"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two different metrics by which I categorize firms into buckets.&amp;nbsp; I have results over time for both metrics.&amp;nbsp; How can I compare them to each other and see how related they are?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for better metrics to compare them other than their average performance, correlation and volatility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What procedures could I use to obtain this information?&amp;nbsp; I have some experience with proc reg, but is that the right one here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 18:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180481#M45998</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-07-15T18:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180482#M45999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am digging way back into my statistics classes, but isn't there a way to figure out whether two datasets come from the same larger dataset?&amp;nbsp; Can't I use that idea here, where I can compare the two results and if they are sufficiently similar then the test would return that they are from the same dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that was called a t-stat and a p-value? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180482#M45999</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-07-15T21:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180483#M46000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at PROC COMPARE? This enables you to compare every every row (by row number or key variable(s)) and value to see if they are identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is more the case of comparing distributions of numeric variables then I suggest you look at PROC UNIVARIATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:37:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180483#M46000</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-07-15T21:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180484#M46001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is more comparing distributions or, more specifically, comparing values over time.&amp;nbsp; Do the values rise together and fall together at the same times.&amp;nbsp; Do the values follow the same pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180484#M46001</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-07-15T21:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180485#M46002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what the values are, more info would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing to do would be to plot them and visually compare, scatterplot and if time is a factor as you've indicated in your most recent post, then by time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do a t-test, if you can assume a normal distribution or if your data is large enough. There are also non-parametric tests you can use, via proc npar1way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you don't have any other factors a regression doesn't seem useful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 21:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180485#M46002</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-15T21:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180486#M46003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that I can assume that i have a normal distribution and I have a lot of data points in each dataset.&amp;nbsp; I just did some googling and it looks like there is a proc ttest.&amp;nbsp; What sort of things can this tell me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an .csv with a sample of the datasets that I am working with.&amp;nbsp; When you plot them over time, it is clear that they are very highly correlated with each other.&amp;nbsp; I am just looking for more concrete ways to quantify that other than a correlation value and some averages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 22:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180486#M46003</guid>
      <dc:creator>mahler_ji</dc:creator>
      <dc:date>2014-07-15T22:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180487#M46004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd difference the two series and look to see if the difference was 0 and establish a confidence interval around the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said, I'm going to assume that how these two indicators are calculated are not independent of one another so you don't have the independent assumption met for most statistical tests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 22:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180487#M46004</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-15T22:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Datasets (Performance)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180488#M46005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trying using data step with update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001329153.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001329153.htm"&gt;Step-by-Step Programming with Base SAS(R) Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 17:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Comparing-Datasets-Performance/m-p/180488#M46005</guid>
      <dc:creator>vinayemmadi</dc:creator>
      <dc:date>2014-07-16T17:50:24Z</dc:date>
    </item>
  </channel>
</rss>

