<?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: Behaviour in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412903#M2155</link>
    <description>&lt;P&gt;Please supply some example data in a data step with datalines, and an example for the result you expect.&lt;/P&gt;
&lt;P&gt;If you want to use your existing dataset (or a subset thereof), use the macro provided in&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to convert the dataset to a data step.&lt;/P&gt;
&lt;P&gt;Post the resulting code in a code window, as described in &lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce" target="_blank"&gt;https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 14:03:51 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-11-13T14:03:51Z</dc:date>
    <item>
      <title>Behaviour</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412899#M2154</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am trying to analyse data from &lt;U&gt;animal behaviour.&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;4 groups (treatments) with 10 animales each.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4 different activities recorded: Sleep, walk, eat, play.&lt;/P&gt;&lt;P&gt;I want to know if any treatment cause a different proportion of the activity in each group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do someone can help me with this? I need a script to run in SAS. I am using sas for student.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example. The data is the frequency of each activity recorded per animal in a period of 2 hours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Group&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Animal&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3…(10 animals each group)&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3…10&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sleep&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;16&lt;/TD&gt;&lt;TD&gt;16&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Walk&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Eat&lt;/TD&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Play&lt;/TD&gt;&lt;TD&gt;26&lt;/TD&gt;&lt;TD&gt;36&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;54&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 13:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412899#M2154</guid>
      <dc:creator>Ana2017</dc:creator>
      <dc:date>2017-11-13T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Behaviour</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412903#M2155</link>
      <description>&lt;P&gt;Please supply some example data in a data step with datalines, and an example for the result you expect.&lt;/P&gt;
&lt;P&gt;If you want to use your existing dataset (or a subset thereof), use the macro provided in&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to convert the dataset to a data step.&lt;/P&gt;
&lt;P&gt;Post the resulting code in a code window, as described in &lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce" target="_blank"&gt;https://communities.sas.com/t5/help/faqpage/faq-category-id/posting?nobounce&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 14:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412903#M2155</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-13T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Behaviour</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412948#M2156</link>
      <description>&lt;P&gt;Thanks! I am trying to to what you have suggested me, but I have being experimenting some problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just in advance, is proc glimmix categorical analysis suitable for data of behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 15:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412948#M2156</guid>
      <dc:creator>Ana2017</dc:creator>
      <dc:date>2017-11-13T15:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Behaviour</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412984#M2157</link>
      <description>&lt;P&gt;Don't look for a PROCEDURE, decide the type of statistical analysis you need first. And then someone can either tell you the PROC that will work or you can search for that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/412984#M2157</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-13T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Behaviour</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/413292#M2158</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Reeza, How are you? I hope everything is fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To choose the type of statistical analysis I need, these are some point to take into account: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need a test to address the question is there a difference between groups? (independent groups.) Comparing between groups. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;10 collection time points.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Independent variables: Categorical data (nominal).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dependent variables (treatment): Categorical data (nominal).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4 Treatments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data with normal distribution (parametric tests)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can be the Chi-Square X2 test suitable to be used in this situation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All the best.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Behaviour/m-p/413292#M2158</guid>
      <dc:creator>Ana2017</dc:creator>
      <dc:date>2017-11-14T12:08:55Z</dc:date>
    </item>
  </channel>
</rss>

