<?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: Sample Size: Number of replications needed per block in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419211#M22035</link>
    <description>&lt;P&gt;How many animals will each pasture support?&lt;/P&gt;
&lt;P&gt;How much $ is available for the supplemental feed and how many animals will that support?&lt;/P&gt;
&lt;P&gt;Do you intend to account for the possibility of loss of animals during the trial ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you determined the statistical tests you will use in the analysis?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 15:37:55 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-12-07T15:37:55Z</dc:date>
    <item>
      <title>Sample Size: Number of replications needed per block</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419202#M22034</link>
      <description>&lt;P&gt;I'm designing a trial that will be replicated on 6 ranches.&lt;/P&gt;
&lt;P&gt;Each ranch will have 2 treatments (2 types of supplemental feed) and only 2 pastures; only 1 treatment per pasture.&lt;/P&gt;
&lt;P&gt;Within ranch and pasture, how do I determine if I need 5, 10, 20, or ? animals.&lt;/P&gt;
&lt;P&gt;Basically, how do I account (in my Power/sample size calculation) for the "within treatment" SD?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data recorded reflects the effect of supplement on:&lt;/P&gt;
&lt;P&gt;pregnancy (gave birth or did not give birth; 0 or 1)&lt;/P&gt;
&lt;P&gt;blood serum&lt;/P&gt;
&lt;P&gt;body weight, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am mainly interested in pregnancy (0 or 1). &lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419202#M22034</guid>
      <dc:creator>AgReseach7</dc:creator>
      <dc:date>2017-12-07T15:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Size: Number of replications needed per block</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419211#M22035</link>
      <description>&lt;P&gt;How many animals will each pasture support?&lt;/P&gt;
&lt;P&gt;How much $ is available for the supplemental feed and how many animals will that support?&lt;/P&gt;
&lt;P&gt;Do you intend to account for the possibility of loss of animals during the trial ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you determined the statistical tests you will use in the analysis?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:37:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419211#M22035</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-07T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Size: Number of replications needed per block</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419219#M22036</link>
      <description>&lt;P&gt;all good points that will put a ceiling on animal numbers/pasture.&lt;/P&gt;
&lt;P&gt;However, for an Anim. Use Protocol, we are looking for a justifiable #.&lt;/P&gt;
&lt;P&gt;Currently, I'm stating that there will be a minimum of 10 animals/pasture (up to 40 depending on pasture size, etc.).&lt;/P&gt;
&lt;P&gt;On average, 5% of the cows won't calve in normal conditions. The supplement we are using: I would like to see differences&lt;/P&gt;
&lt;P&gt;between 95% calving rate vs. 85% calving rate (d = 10).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't expect any cow death loss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stat test (for blood serum, etc.):&lt;/P&gt;
&lt;P&gt;We will collect data (on 3 during the trial) from individual animals, but PASTURE (same as trt in this case) is the exp. unit.&amp;nbsp; Below: ID = animal ID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I'm not 100% sure the following [repeated/random statements] is correct, but...)&lt;/P&gt;
&lt;P&gt;Proc Mixed;&lt;/P&gt;
&lt;P&gt;Class RANCH PASTURE DAY ID;&lt;/P&gt;
&lt;P&gt;MODEL SERUM N = PASTURE | DAY /&amp;nbsp;&amp;nbsp; DDFM=KR SOLUTION;&lt;/P&gt;
&lt;P&gt;REPEATED DAY / SUBJECT=pasture &amp;nbsp; TYPE = xxx;&lt;/P&gt;
&lt;P&gt;Random = pasture(ranch)&lt;/P&gt;
&lt;P&gt;LSMEANS pasture|DAY / DIFF ADJUST=SIMULATE (REPORT SEED=&lt;STRONG&gt;121211&lt;/STRONG&gt;) cl adjdfe=row&amp;nbsp; SLICEDIFF=DAY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sample-Size-Number-of-replications-needed-per-block/m-p/419219#M22036</guid>
      <dc:creator>AgReseach7</dc:creator>
      <dc:date>2017-12-07T15:54:56Z</dc:date>
    </item>
  </channel>
</rss>

