<?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: what sort of statistical procedure to use for a negatively skewed sample? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183688#M9537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reference is the SAS/STAT User's Guide. It was example 6 in an older version of SAS. This example has been replaced by a more complex example in SAS 9.3 and later:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect059.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect059.htm"&gt;SAS/STAT(R) 9.3 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is more complex than you need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 15:05:38 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2014-11-25T15:05:38Z</dc:date>
    <item>
      <title>what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183685#M9534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following two data sets and below is the delay in days between actions by each of the sample groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The split was as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group A Test -&amp;nbsp; 20%&lt;/P&gt;&lt;P&gt;Group B Control - 80%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the data being negatively skewed im jut curious as to the best method for calculating if there is a significance change in days between groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly as it is negatively skewed am i best to normalise the data set by using a logarithmic function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly with testing the significance should i be using the Kolmogorov-Smirnov Test or the &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(252, 251, 248, 0.901961);"&gt;Wilcoxon-Mann-Whitney (skewed distributions)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided the output of the distribution of the groups below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="8008" alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/8008_pastedImage_1.png" style="width: 509px; height: 398px;" /&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 12:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183685#M9534</guid>
      <dc:creator>rjnc13</dc:creator>
      <dc:date>2014-11-24T12:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183686#M9535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Log transformation would definitely not work (opposite effect from what you need). You could try the Box-Cox transformation. THis can be done with PROC TRANSREG (see example 6). If the data for the two groups are stacked, with g=0 for the first group and g=1 for the second, then you would use:&lt;/P&gt;&lt;P&gt;model boxcox(y) = identity(g);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:24:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183686#M9535</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-11-25T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183687#M9536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, do you have a reference for example 6?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183687#M9536</guid>
      <dc:creator>rjnc13</dc:creator>
      <dc:date>2014-11-25T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183688#M9537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reference is the SAS/STAT User's Guide. It was example 6 in an older version of SAS. This example has been replaced by a more complex example in SAS 9.3 and later:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect059.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_transreg_sect059.htm"&gt;SAS/STAT(R) 9.3 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is more complex than you need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183688#M9537</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-11-25T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183689#M9538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the example you mentioned can still be found at: &lt;A href="http://support.sas.com/onlinedoc/913/docMainpage.jsp" title="http://support.sas.com/onlinedoc/913/docMainpage.jsp"&gt;Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 15:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183689#M9538</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-11-25T15:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183690#M9539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The groups are stacked so i have assigned a numeric value to each (0 = Control, Test = 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when i go to process the below query, it is claiming there to be invalid values were encountered, i cannot find any more information online as to what is the cause....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc transreg data=test;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model boxcox(day_delay)=identity(group_class);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the values all are valid numbers and are formatted to be numeric (there are 0's in the data set).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 16:37:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183690#M9539</guid>
      <dc:creator>rjnc13</dc:creator>
      <dc:date>2014-11-25T16:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183691#M9540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, I wasn't paying attention that you have 0s. This transformation is only defined for nonzero positive values. You could add a small constant to all the data, but this becomes ad hoc (but commonly done). You might want to resort to nonparametric methods. You could use either of the NO tests you mentions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 16:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183691#M9540</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-11-25T16:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183692#M9541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need to transform them if you're using non parametric tests?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key is the distributions between the two groups are the same which by eyeballing, I'd say is pretty good. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183692#M9541</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-25T17:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183693#M9542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not transform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183693#M9542</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-11-25T17:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183694#M9543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply it makes sense! Based on the above information would you use the Kolmogorov-Smirnov Test&amp;nbsp; or the &lt;SPAN style="color: #333333; font-size: 10pt; background-color: rgba(252, 251, 248, 0.901961); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Wilcoxon-Mann-Whitney? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183694#M9543</guid>
      <dc:creator>rjnc13</dc:creator>
      <dc:date>2014-11-25T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183695#M9544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your reply, so i dont need to transform, as either the Kolmogorov-Smirnov Test or the &lt;SPAN style="color: #333333; font-size: 10pt; background-color: rgba(252, 251, 248, 0.901961); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Wilcoxon-Mann-Whitney are both non-parametric.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; background-color: rgba(252, 251, 248, 0.901961); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Would you trial both tests? Or based on the above is one a better fit than the other?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183695#M9544</guid>
      <dc:creator>rjnc13</dc:creator>
      <dc:date>2014-11-25T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: what sort of statistical procedure to use for a negatively skewed sample?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183696#M9545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Google says:&lt;/P&gt;&lt;P&gt;&lt;A href="http://graphpad.com/guides/prism/6/statistics/index.htm?stat_choosing_between_the_mann-whit.htm" title="http://graphpad.com/guides/prism/6/statistics/index.htm?stat_choosing_between_the_mann-whit.htm"&gt;GraphPad Statistics Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field I'm in (medical/health) I've usually used KS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/what-sort-of-statistical-procedure-to-use-for-a-negatively/m-p/183696#M9545</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-25T17:28:04Z</dc:date>
    </item>
  </channel>
</rss>

