<?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: Split-Plot design replicated in time in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93883#M4613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This fits a split plot, with three random effects - year, year by blk, and year by blk by irr.&amp;nbsp; Everything should work out, except for one thing.&amp;nbsp; You say that you want to test whether the years are different.&amp;nbsp; The only way to do this would be to shift year from a random effect to a repeated effect, and include it, and its interactions, in the model statement.&amp;nbsp; The following should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=soy;&lt;/P&gt;&lt;P&gt;class year blk irr fert;&lt;/P&gt;&lt;P&gt;model y = irr fert irr*fert year year*irr year*fert year*irr*fert;&lt;/P&gt;&lt;P&gt;random intercept irr/subject=blk;&lt;/P&gt;&lt;P&gt;repeated year/type=un subject=blk*irr*fert;&lt;/P&gt;&lt;P&gt;lsmeans irr fert irr*fert year year*irr year*fert year*irr*fert;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes that the same blk*irr*fert combination is measured in successive years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good reference for this sort of model is Littell et al. &lt;EM&gt;SAS System for Mixed Models, 2nd ed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 18:13:56 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-07-29T18:13:56Z</dc:date>
    <item>
      <title>Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93882#M4612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to analyze a data set of soybean yield from a split plot RCBD that was conducted over 2 years.&lt;/P&gt;&lt;P&gt;The fixed factors are irrigation (whole plot, 2 levels) and fertilizer (subplot 3 levels)&lt;/P&gt;&lt;P&gt;Random factors are blocks (3) and years (2).&lt;/P&gt;&lt;P&gt;I want to test whether the years are different (so I need to address each year separately) or I can pool the years to get a more robust understanding of both water and fertilizer treatments.&lt;/P&gt;&lt;P&gt;So, I'm trying to use proc mixed, but I'm not sure I am testing year right (should it be nested or not?):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=soy;&lt;/P&gt;&lt;P&gt;class year blk irr fert;&lt;/P&gt;&lt;P&gt;model Y = irr fert irr*fert;&lt;/P&gt;&lt;P&gt;random intercept blk blk*irr / subject=year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93882#M4612</guid>
      <dc:creator>Ana79</dc:creator>
      <dc:date>2013-07-29T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93883#M4613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This fits a split plot, with three random effects - year, year by blk, and year by blk by irr.&amp;nbsp; Everything should work out, except for one thing.&amp;nbsp; You say that you want to test whether the years are different.&amp;nbsp; The only way to do this would be to shift year from a random effect to a repeated effect, and include it, and its interactions, in the model statement.&amp;nbsp; The following should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=soy;&lt;/P&gt;&lt;P&gt;class year blk irr fert;&lt;/P&gt;&lt;P&gt;model y = irr fert irr*fert year year*irr year*fert year*irr*fert;&lt;/P&gt;&lt;P&gt;random intercept irr/subject=blk;&lt;/P&gt;&lt;P&gt;repeated year/type=un subject=blk*irr*fert;&lt;/P&gt;&lt;P&gt;lsmeans irr fert irr*fert year year*irr year*fert year*irr*fert;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes that the same blk*irr*fert combination is measured in successive years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good reference for this sort of model is Littell et al. &lt;EM&gt;SAS System for Mixed Models, 2nd ed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93883#M4613</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-07-29T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93884#M4614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;The blk*irr*fert combination is not the same in the sense that the experiment was moved to a new location in the 2nd year. So, I can not test years.&lt;/P&gt;&lt;P&gt;An option may be to quantify the amount of the total random variation in the data associated with the random year effect from the covariance parameter estimates,&lt;/P&gt;&lt;P&gt;So, do I need to modify the random statement to include all possible combinations? Do I need to nest blocks within years?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=soy &lt;STRONG&gt;covtest&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;class year blk irr fert;&lt;/P&gt;&lt;P&gt;model y = irr fert irr*fert;&lt;/P&gt;&lt;P&gt;random year blk year*blk year*irr blk*irr year*irr(block);&lt;/P&gt;&lt;P&gt;lsmeans irr fert irr*fert;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93884#M4614</guid>
      <dc:creator>Ana79</dc:creator>
      <dc:date>2013-07-29T21:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93885#M4615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nesting within years actually results in the same matrix as crossing with year (see Nested Effects in the Details section of the PROC MIXED documentation).&amp;nbsp; Given that, your code should be good.&amp;nbsp; I would be very hesitant, however, to use the covtest results to check for significance of any of the variance components.&amp;nbsp; Covtest uses a Wald chi-square which really needs a large sample size to be accurate for tests on variances.&amp;nbsp; Instead, fit "reduced" models, and consider likelihood ratio tests or information criteria (such as AICc) as a way of selecting various random parts of the model&amp;nbsp; If you do go the way of information criteria, be sure that the fixed effects remain constant.&amp;nbsp; Also, deleting random effects in a split-plot may result in changes in the denominator degrees of freedom that upset the testing of the fixed effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 12:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93885#M4615</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-07-30T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93886#M4616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used:&lt;/P&gt;&lt;P&gt;proc mixed data=soy2;&lt;/P&gt;&lt;P&gt;class year bl water trt;&lt;/P&gt;&lt;P&gt;model RTO = water trt water*trt;&lt;/P&gt;&lt;P&gt;random year bl year*bl year*water bl*water year*water*bl;&lt;/P&gt;&lt;P&gt;lsmeans water trt water*trt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run it but I get zero variance estimation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Estimates"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year&lt;/TH&gt;&lt;TD class="r data" nowrap="nowrap"&gt;1.17E-12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Bl&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year*Bl&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year*water&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Bl*water&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year*Bl*water&lt;/TH&gt;&lt;TD class="r data"&gt;26056&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Residual&lt;/TH&gt;&lt;TD class="r data"&gt;84540&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the multi location experiment in Ch10 (Littel et al) that uses BLUPs and the split plot RCBD in Ch 2.&lt;/P&gt;&lt;P&gt;I'm wondering what mess I'm doing with the error terms&lt;/P&gt;&lt;P&gt;From the chapters:&lt;/P&gt;&lt;P&gt;For the split plot the variance is composed of BL, Whole-Plot error (Bl*water), and Split-Plot error (residual)&lt;/P&gt;&lt;P&gt;For a multi location RCBD (no split plot) the variance would be composed of: location (year in my case), rep(location) (bl(year) in my case), and location*trt (year*water*fert in my case, right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, adding years to the split plot would be like adding another blocking term (to the WP and SP), but I'm not so sure the way I did it is the right one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the variance would be made up by :&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;bl(year)&lt;/P&gt;&lt;P&gt;WP error (bl*water(year))&lt;/P&gt;&lt;P&gt;SP error (residual)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=soy2;&lt;/P&gt;&lt;P&gt;class year bl water trt;&lt;/P&gt;&lt;P&gt;model RTO = water trt water*trt;&lt;/P&gt;&lt;P&gt;random year bl(year) bl*water(year);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;lsmeans water trt water*trt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using this I get the following estimates:&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Estimates"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Bl(year)&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Bl*water(year)&lt;/TH&gt;&lt;TD class="r data"&gt;26057&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Residual&lt;/TH&gt;&lt;TD class="r data"&gt;84540&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, not sure if I am missing any random error term or there is no variance among years or no variance for bl(year).&lt;/P&gt;&lt;P&gt;Any insight what can be going on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 18:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93886#M4616</guid>
      <dc:creator>Ana79</dc:creator>
      <dc:date>2013-07-30T18:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93887#M4617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what is going on is "small data set".&amp;nbsp; After fitting the variance component for the three-way term, there really isn't any variability left to explain by BI(year) or year.&amp;nbsp; Those zeroes are the result of using REML.&amp;nbsp; Someplace in the output there is probably a statement that the G matrix is not positive definite, which is a note that some variance component has been set to zero in the REML algorithm.&amp;nbsp; Do not despair--the results are correct, and the degrees of freedom probably are as well.&amp;nbsp; However, I would consider adding a Kenward-Rogers adjustment for the denominator degrees of freedom, to get a better estimate of the F probability and of standard errors of the fixed effects, including the lsmeans.&amp;nbsp; Add /ddfm=kenwardrogers to the model statement, and see what effect this has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93887#M4617</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-07-31T12:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93888#M4618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve,&lt;/P&gt;&lt;P&gt;Yes, The log says the G matrix is not positive definite. I used the ddfm=kenwardroger and the denominator df for the fixed effects change (for water goes from 5 to 10) but it does not change the zero variance for year and Bl(year) (still zeroes).&lt;/P&gt;&lt;P&gt;I tried ddfm=SATTERTHWAITE too and I get same results. So I decided not to adjust by df for now (I know I will need it for the lsmeans).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to test the Ho: WP error= 0, or in other word if the water treatment by year variance was substantial, so I followed the steps in Ch2:&lt;/P&gt;&lt;P&gt;1) run the full model&lt;/P&gt;&lt;P&gt;title 'full Yield';&lt;/P&gt;&lt;P&gt;proc mixed data=soy;&lt;/P&gt;&lt;P&gt;class year bl water trt;&lt;/P&gt;&lt;P&gt;model RTO = water trt water*trt; &lt;/P&gt;&lt;P&gt;random year bl(year) Bl*water(year);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Estimates"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;bl(year)&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Bl*water(year)&lt;/TH&gt;&lt;TD class="r data"&gt;27908&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Residual&lt;/TH&gt;&lt;TD class="r data"&gt;50356&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Fit Statistics"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;-2 Res Log Likelihood&lt;/TH&gt;&lt;TD class="r data"&gt;430.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;434.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AICC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;434.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;BIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;431.9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) run the reduced model without the WP error&lt;/P&gt;&lt;P&gt;title 'reduced wp Yield';&lt;/P&gt;&lt;P&gt;proc mixed data=soy3;&lt;/P&gt;&lt;P&gt;class year bl water trt;&lt;/P&gt;&lt;P&gt;model RTO = water trt water*trt;&lt;/P&gt;&lt;P&gt;random year bl(year);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Estimates"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;year&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;bl(year)&lt;/TH&gt;&lt;TD class="r data"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Residual&lt;/TH&gt;&lt;TD class="r data"&gt;78272&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Fit Statistics"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;-2 Res Log Likelihood&lt;/TH&gt;&lt;TD class="r data"&gt;433.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;435.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AICC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;436.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;BIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;434.6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) run the reduced model without the year and bl(year):&lt;/P&gt;&lt;P&gt;title 'reduced Yield';&lt;/P&gt;&lt;P&gt;proc mixed data=soy3;&lt;/P&gt;&lt;P&gt;class year bl water trt;&lt;/P&gt;&lt;P&gt;model RTO = water trt water*trt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Covariance Parameter Estimates"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;Residual&lt;/TH&gt;&lt;TD class="r data"&gt;78272&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE cellpadding="5" cellspacing="0" class="table" frame="box" rules="all" summary="Procedure Mixed: Fit Statistics"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;-2 Res Log Likelihood&lt;/TH&gt;&lt;TD class="r data"&gt;433.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;435.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;AICC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;436.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l rowheader" scope="row"&gt;BIC (smaller is better)&lt;/TH&gt;&lt;TD class="r data"&gt;437.3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) calculate the chi-square statistic using the -2 Res Log Likelihood&lt;/P&gt;&lt;P&gt;for WP error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chi-square= 433.9-430.5= 3.4&amp;nbsp;&amp;nbsp; so probability with 1 df is 0.0651, and p-value is 0.0325.&lt;/P&gt;&lt;P&gt;for year (and bl(year))&amp;nbsp; Chi-square= 433.9-433.9=0 so does not have a substantial contribution to the variance (which makes sense from the estimation of variance components table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, will be right to say that there is a significant variation water*year, and thus the effect of year on how water trt influenced yield need to be assessed using BLUPs?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 20:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93888#M4618</guid>
      <dc:creator>Ana79</dc:creator>
      <dc:date>2013-07-31T20:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93889#M4619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Point one: Use the kenward-rogers adjustment in small sample experiments.&amp;nbsp; It computes a Satterthwaite degrees of freedom adjustment, and a shrinkage for the standard errors that reflects redundance (hidden correlation) in the design.&amp;nbsp; It won't change the REML estimates of the variance components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point two: Your assertion of significant contribution to variability due to water*year seems supported by the LRT.&amp;nbsp; To assess the effect of year, you will have to look at the blups, using ESTIMATE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93889#M4619</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-01T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split-Plot design replicated in time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93890#M4620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Split-Plot-design-replicated-in-time/m-p/93890#M4620</guid>
      <dc:creator>Ana79</dc:creator>
      <dc:date>2013-08-01T17:59:10Z</dc:date>
    </item>
  </channel>
</rss>

