<?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: Is score data as count vs continuous in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Is-score-data-as-count-vs-continuous/m-p/404640#M66938</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130148"&gt;@lboyd&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, is it okay to treat this data as continuous data?&amp;nbsp; Do I need to treat it as count/discrete instead? If so, what analysis would you suggest in SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's more of a subject specific question in my opinion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on how you coded things and such. It's more counts really than a continuous distribution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;My other question is, do I need to check the normality of both pre_tot and post_tot? And if one is not normal, do I need to use a Wilcoxon signed-rank test instead?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should check the normality, but I think the assumption still holds if the distributions are the same.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 23:58:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-10-16T23:58:30Z</dc:date>
    <item>
      <title>Is score data as count vs continuous</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-score-data-as-count-vs-continuous/m-p/404617#M66937</link>
      <description>&lt;P&gt;I have data from a pre-assessment and a post-assessment.&amp;nbsp; Each question/statement was coded as dichotomous (yes/no).&amp;nbsp; I took the sum of the questions for both pre (shown below) and post using an array:&lt;/P&gt;&lt;P&gt;array xst_itp [12] xst_1 xst_2 xst_3 xst_4 xst_5 xst_6 xst_7 xst_8 xst_9 xst_10 xst_11 xst_12;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pre_tot = sum(of xst_itp[*]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pre_miss_n = cmiss(of xst_itp[*]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if st_miss_n&amp;nbsp; = 12 then st_complete =&amp;nbsp; 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if st_miss_n&amp;nbsp; &amp;lt; 12 then st_complete =&amp;nbsp; 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then ran a simple paired ttest:&lt;/P&gt;&lt;P&gt;proc ttest data = all_data;&lt;BR /&gt;paired pre_tot*post_tot;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, is it okay to treat this data as continuous data?&amp;nbsp; Do I need to treat it as count/discrete instead? If so, what analysis would you suggest in SAS?&lt;/P&gt;&lt;P&gt;My other question is, do I need to check the normality of both pre_tot and post_tot? And if one is not normal, do I need to use a Wilcoxon signed-rank test instead?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 22:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-score-data-as-count-vs-continuous/m-p/404617#M66937</guid>
      <dc:creator>lboyd</dc:creator>
      <dc:date>2017-10-16T22:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is score data as count vs continuous</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-score-data-as-count-vs-continuous/m-p/404640#M66938</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/130148"&gt;@lboyd&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, is it okay to treat this data as continuous data?&amp;nbsp; Do I need to treat it as count/discrete instead? If so, what analysis would you suggest in SAS?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's more of a subject specific question in my opinion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on how you coded things and such. It's more counts really than a continuous distribution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;My other question is, do I need to check the normality of both pre_tot and post_tot? And if one is not normal, do I need to use a Wilcoxon signed-rank test instead?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You should check the normality, but I think the assumption still holds if the distributions are the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-score-data-as-count-vs-continuous/m-p/404640#M66938</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-16T23:58:30Z</dc:date>
    </item>
  </channel>
</rss>

