<?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: Test for significant difference for experiment repeated over 3 days and measurements over 6 hour in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840211#M332237</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;Perhaps I can provide some additional information to my question above. My speciality is sampling. I know the basics of proc glm, proc mixed, proc anavo, proc ttest and so, but since the values are obtained hourly, the values per group are not independent of each other, so I don't think this proc glm or so will work. I was told that I will have to do survival analysis using proc PHReg. I don't know proc PHReg and am not sure if&amp;nbsp;survival analysis is the correct method to determine if the groups differ significantly from one another. So any assistance will be appreciated.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2022 07:45:35 GMT</pubDate>
    <dc:creator>FrancoisN</dc:creator>
    <dc:date>2022-10-24T07:45:35Z</dc:date>
    <item>
      <title>Test for significant difference for experiment repeated over 3 days and measurements over 6 hours</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/839897#M332070</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;Hi SAS community,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;I have a dataset where I need to test whether there are significant differences between GroupA and GroupB. GroupA and GroupB are values obtained from an experiment that was repeated over 3 days (Day = 1, 2, 3). Measurements are obtained over 6 hours for each of the 3 days starting at 0 (Hour = 0, 1, 2, 3, 4, 5, 6). Any assistance will be greatly appreciated.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;The code for the data are below:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;data Data1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;input Day Hour GroupA GroupB;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;datalines;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 0 240000000 190000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 1 1000000000 4000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 2 800000000 13000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 3 23000000000 15000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 4 15000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 5 24000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;1 6 30000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 0 9000000000 8000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 1 290000000 1900000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 2 5000000000 13000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 3 5000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 4 25000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 5 18000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;2 6 30000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 0 2200000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 1 1200000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 2 9000000000 10000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 3 21000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 4 30000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 5 30000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;3 6 30000000000 30000000000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;Thank you so much,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN&gt;Francois&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 11:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/839897#M332070</guid>
      <dc:creator>FrancoisN</dc:creator>
      <dc:date>2022-10-21T11:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Test for significant difference for experiment repeated over 3 days and measurements over 6 hour</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840211#M332237</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Perhaps I can provide some additional information to my question above. My speciality is sampling. I know the basics of proc glm, proc mixed, proc anavo, proc ttest and so, but since the values are obtained hourly, the values per group are not independent of each other, so I don't think this proc glm or so will work. I was told that I will have to do survival analysis using proc PHReg. I don't know proc PHReg and am not sure if&amp;nbsp;survival analysis is the correct method to determine if the groups differ significantly from one another. So any assistance will be appreciated.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 07:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840211#M332237</guid>
      <dc:creator>FrancoisN</dc:creator>
      <dc:date>2022-10-24T07:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Test for significant difference for experiment repeated over 3 days and measurements over 6 hour</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840251#M332247</link>
      <description>Better post it at Stat Forum:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Oct 2022 12:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840251#M332247</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-10-24T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Test for significant difference for experiment repeated over 3 days and measurements over 6 hour</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840253#M332248</link>
      <description>and calling &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;    &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;</description>
      <pubDate>Mon, 24 Oct 2022 12:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840253#M332248</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-10-24T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Test for significant difference for experiment repeated over 3 days and measurements over 6 hour</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840255#M332250</link>
      <description>&lt;P&gt;Perhaps this example from PROC MIXED will get you started&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_mixed_examples02.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_mixed_examples02.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 12:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Test-for-significant-difference-for-experiment-repeated-over-3/m-p/840255#M332250</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-24T12:44:35Z</dc:date>
    </item>
  </channel>
</rss>

