<?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: Help with analysis method and codes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/305266#M16200</link>
    <description>&lt;P&gt;Thank you for your reply and suggestion (also useful information).&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2016 01:05:22 GMT</pubDate>
    <dc:creator>jde</dc:creator>
    <dc:date>2016-10-18T01:05:22Z</dc:date>
    <item>
      <title>Help with analysis method and codes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/304968#M16192</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find below a description of a project and give me suggestion for analysis and codes. Thank you..:-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description of project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The purpose of this project is to determine the death rate/ survival time of &lt;EM&gt;E. coli&lt;/EM&gt; under a variety of conditions.&amp;nbsp; Field trials were prepared in two locations, LO and CA, during two different seasons, Summer (trial 1) and Fall (trial 2).&amp;nbsp; During each season (trial) at both locations, one field was prepared with three different rates of application to soil, in triplicate.&amp;nbsp; These rates were light, medium, and heavy. Top and core soil samples were collected from each plot and &lt;EM&gt;E. coli&lt;/EM&gt; was enumerated.&lt;/P&gt;&lt;P&gt;Concurrently a microcosm studies was run in the lab.&amp;nbsp; We prepared soil mixture identical to that of the “heavy” application rate in the fields, using soil from both locations, respectively.&amp;nbsp; These microcosms were also prepared in triplicate.&amp;nbsp; The controlled variables in this experiment was temperature, holding the microcosms from both locations at 20°C and 30°C.&amp;nbsp; Essentially, we have three LO microcosms and three CA microcosms at 20°C, and an identical set at 30°C.&amp;nbsp; We monitored the moisture of these microcosms and pH changes over time, along with the populations of &lt;EM&gt;E.&amp;nbsp;coli&lt;/EM&gt;.&amp;nbsp; Soil samples were taken at random from the microcosms.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions we want to answer:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there a significant difference in &lt;EM&gt;E. coli &lt;/EM&gt;survival between?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Application rate (Light, Medium, and Heavy)&lt;/LI&gt;&lt;LI&gt;Core vs. Surface&lt;/LI&gt;&lt;LI&gt;Trials (One vs Two-Seasonality?)&lt;UL&gt;&lt;LI&gt;First 2 months to compare for field studies and separately for the whole dataset?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Location (CA vs LO)&lt;/LI&gt;&lt;LI&gt;Microcosm temperatures (30ºC vs 20ºC)&lt;/LI&gt;&lt;LI&gt;Microcosm Locations (CA vs LO)&lt;/LI&gt;&lt;LI&gt;Microcosms (30ºC &amp;amp; 20ºC) vs Field Trials (1 &amp;amp; 2. Consider only heavy application)&lt;UL&gt;&lt;LI&gt;Does the &lt;EM&gt;coli&lt;/EM&gt; survive significantly longer in microcosms or field trials?&lt;/LI&gt;&lt;LI&gt;Is there a correlation between death rate in microcosms of different temperatures and corresponding field trial locations at heavy application rate, during either trial (e.g. Microcosm 20ºC Location CA and Trial 2 location CA application rate heavy)?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is the best fitting regression for the death rate of &lt;EM&gt;E. coli&lt;/EM&gt; in Trials one and two, locations CA and LO, and application rates Light, Medium, and Heavy?&lt;/P&gt;&lt;P&gt;What is the best fitting regression for the death rate of &lt;EM&gt;E. coli &lt;/EM&gt;in Microcosms 20ºC and 30ºC, Locations CA and LO?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 03:04:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/304968#M16192</guid>
      <dc:creator>jde</dc:creator>
      <dc:date>2016-10-17T03:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with analysis method and codes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/305103#M16195</link>
      <description>&lt;P&gt;SAS is definitely a great tool for your project. Have you started your analysis, or are you new to SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as asking "is there a significant difference between...", you can test these statistical hypotheses using SAS. A great reference would be &lt;A href="http://www.sascommunity.org/wiki/Simple_Tests_of_Hypotheses_for_the_Non-statistician:_What_They_Are_and_Why_They_Can_Go_Bad" target="_self"&gt;this paper&lt;/A&gt; by Art Carpenter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For regression, I would recommend you start by reading through &lt;A href="http://www.ats.ucla.edu/stat/sas/webbooks/reg/chapter1/sasreg1.htm" target="_self"&gt;Regression with SAS&lt;/A&gt;, a free eBook from UCLA. They explain many SAS concepts well, and have code examples. There's also &lt;A href="http://www.sascommunity.org/wiki/PROC_REGRESSION:_A_simple_explanation_of_options_and_results" target="_self"&gt;a great page on sasCommunity.org&lt;/A&gt; about PROC REGRESSION with various model types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another book I just found is &lt;A href="http://biblioteca.cunef.edu/gestion/catalogo/doc_num.php?explnum_id=521" target="_self"&gt;A Handbook of Statistical Analyses Using SAS&lt;/A&gt;. It looks to go through some good examples in detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you put some work into the code and come up with specific questions or issues, I am more than happy to help more.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 14:25:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/305103#M16195</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2016-10-17T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with analysis method and codes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/305266#M16200</link>
      <description>&lt;P&gt;Thank you for your reply and suggestion (also useful information).&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Help-with-analysis-method-and-codes/m-p/305266#M16200</guid>
      <dc:creator>jde</dc:creator>
      <dc:date>2016-10-18T01:05:22Z</dc:date>
    </item>
  </channel>
</rss>

