<?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 factorial split-plot (how to combine 2 years?) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175512#M9059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am elementary user of sas, my experiment was 2 years agricultural experiment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The experiment was laid out in the factorial split-plot arrangement based on a randomized complete block (RCB).&lt;/P&gt;&lt;P&gt;I can analysis of this experiment in one year by sas.&lt;/P&gt;&lt;P&gt;I know the script ( code) of it in sas:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;data;&lt;BR /&gt;input a b c block y1;&lt;BR /&gt;cards;&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;proc anova;&lt;BR /&gt;classes block a b c;&lt;BR /&gt;model y1=block a b a*b block(a b) c a*c b*c a*b*c;&lt;BR /&gt;test h=a e=block(a b);&lt;BR /&gt;test h=b e=block(a b);&lt;BR /&gt;test h=a*b e=block(a b);&lt;BR /&gt;means a/duncan alpha=0.01 e=block(a b);&lt;BR /&gt;means b/duncan alpha=0.01 e=block(a b);&lt;BR /&gt;means c/duncan alpha=0.01;&lt;BR /&gt;means a*b a*c b*c a*b*c;&lt;BR /&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;But my problem is the combine of 2 years.&lt;/P&gt;&lt;P&gt;does any body know the script ( code ) of it? can any body help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 07:33:53 GMT</pubDate>
    <dc:creator>alex2200</dc:creator>
    <dc:date>2014-04-10T07:33:53Z</dc:date>
    <item>
      <title>factorial split-plot (how to combine 2 years?)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175512#M9059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am elementary user of sas, my experiment was 2 years agricultural experiment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The experiment was laid out in the factorial split-plot arrangement based on a randomized complete block (RCB).&lt;/P&gt;&lt;P&gt;I can analysis of this experiment in one year by sas.&lt;/P&gt;&lt;P&gt;I know the script ( code) of it in sas:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;data;&lt;BR /&gt;input a b c block y1;&lt;BR /&gt;cards;&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;proc anova;&lt;BR /&gt;classes block a b c;&lt;BR /&gt;model y1=block a b a*b block(a b) c a*c b*c a*b*c;&lt;BR /&gt;test h=a e=block(a b);&lt;BR /&gt;test h=b e=block(a b);&lt;BR /&gt;test h=a*b e=block(a b);&lt;BR /&gt;means a/duncan alpha=0.01 e=block(a b);&lt;BR /&gt;means b/duncan alpha=0.01 e=block(a b);&lt;BR /&gt;means c/duncan alpha=0.01;&lt;BR /&gt;means a*b a*c b*c a*b*c;&lt;BR /&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;But my problem is the combine of 2 years.&lt;/P&gt;&lt;P&gt;does any body know the script ( code ) of it? can any body help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 07:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175512#M9059</guid>
      <dc:creator>alex2200</dc:creator>
      <dc:date>2014-04-10T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175513#M9060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help me ! it is so important for me.&amp;nbsp; I googled it in internet . also I have been read all of my statistics books. but I could not find appropriate answer.&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 10:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175513#M9060</guid>
      <dc:creator>alex2200</dc:creator>
      <dc:date>2014-04-10T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175514#M9061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me ask some questions first.&amp;nbsp; When you say two years--are the treatments (a b c) applied to the same plots in both years?&amp;nbsp; If so, then it could be addressed as a repeated measures design.&amp;nbsp; If not, then you will need to decide whether to consider year as a fixed effect or a random effect.&amp;nbsp; With only two years worth of data, it is probably more appropriate to consider it as a fixed effect, giving rise to a split-split plot design.&amp;nbsp; One thing of great importance is that PROC ANOVA and PROC GLM do not correctly calculate standard errors of factors in a split-plot design (see SAS System for Mixed Models by Littell et al., either edition).&amp;nbsp; This reference has an entire chapter on fitting models to split-plot designs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an answer to the question above about design, we can adapt your code to PROC MIXED and obtain a more appropriate analysis.&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, 10 Apr 2014 12:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175514#M9061</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-04-10T12:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175515#M9062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much indeed for your answer SteveDenham.&lt;/P&gt;&lt;P&gt;yes&amp;nbsp; the treatments was applied to the same plots in both year , so I think, it can addressed as a repeated measures design.&lt;/P&gt;&lt;P&gt;I heard about proc anova and proc glm which they do not work correctly in split plot design, but&amp;nbsp; in some references and &lt;SPAN class="hps"&gt;Class&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;notes anova and proc glm was used for analysis split plot design for one year expriment&lt;/SPAN&gt;.&amp;nbsp; the question is that: does that&amp;nbsp; not work correctly for one year analysis? or it doses not work correctly for 2 years combine just?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175515#M9062</guid>
      <dc:creator>alex2200</dc:creator>
      <dc:date>2014-04-10T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175516#M9063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GLM and ANOVA procs are always wrong for split-plots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 16:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175516#M9063</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-04-10T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175517#M9064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok! I accept that &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;so could any body help me about PROC MIXED code of one year and combine of 2 years?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 16:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175517#M9064</guid>
      <dc:creator>alex2200</dc:creator>
      <dc:date>2014-04-10T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175518#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to better explain your design. Do you have a, b, and c, plus year, or is year one of the letters in your code? A split plot would normally have two fixed effect factors, not three. It looks like you have two factors crossed at the higher level (a and b), and then c is the sub-plot (within the axb combination). Is this right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175518#M9065</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-04-10T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175519#M9066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for answer lvm&lt;/P&gt;&lt;P&gt;ok I explain my design:&lt;/P&gt;&lt;P&gt;The experiment was laid out in the factorial split-plot arrangement based on a randomized complete block (RCB).&lt;/P&gt;&lt;P&gt;we had 3 factor&lt;/P&gt;&lt;P&gt;A , B and C&lt;/P&gt;&lt;P&gt;factor A had 3 treatments&lt;/P&gt;&lt;P&gt;factor B had 2 treatments&lt;/P&gt;&lt;P&gt;factor c had 2 treatments&lt;/P&gt;&lt;P&gt;factor a and b were in main plot ( factorial)&lt;/P&gt;&lt;P&gt;and factor c was in sub plot ( split plot)&lt;/P&gt;&lt;P&gt;( so I think you say right lVm)&lt;/P&gt;&lt;P&gt;we had 4 replication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the year is not one of the letter in code. and all of&amp;nbsp; the factors (A and B and c)&amp;nbsp; is agricultural factor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the:&lt;/P&gt;&lt;P&gt;1. code of analyses of one year &lt;/P&gt;&lt;P&gt;2. the cod of analysis of combined experiments ( 2 year)&lt;/P&gt;&lt;P&gt;in PROC MIXED( please).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be appreciated if you could help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:05:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175519#M9066</guid>
      <dc:creator>alex2200</dc:creator>
      <dc:date>2014-04-10T19:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175520#M9067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the mixed code for one year (split plot with two whole plots).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;classes block a b c;&lt;/P&gt;&lt;P&gt;model y1=&amp;nbsp; a|b|c ; &lt;/P&gt;&lt;P&gt;random block block(a b);&lt;/P&gt;&lt;P&gt;lsmeans a|b|c / alpha=0.01 diff adjust=simulate ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Random effects are only listed in a random statement. All the tests are conducted correctly and automatically (no TEST statements, etc.). See how easy it is. Duncan adjustments are not available, and are not recommended. I put in simulation adjustment, which is now considered a good choice.&lt;/P&gt;&lt;P&gt;I actually think you should use a Kenward-Roger df adjustment also. Change model statement to:&lt;/P&gt;&lt;P&gt;model y1=&amp;nbsp; a|b|c / ddfm=kr ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, we can consider year to be a repeated measure within the block*a*b*c experimental units (you said the same plot is observed for each year). I consider year to be a fixed effect. With only two years, the covariance structure has limited structure, so we can consider compound symmetry. This is the same then as a split-split plot with blocks. I doubt if you want all the interactions with year (you will never be able to interpret all the 2x,3x, and the 4x interaction). But I will write the model (one possibility) with the four way interaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;classes block a b c year;&lt;/P&gt;&lt;P&gt;model y1=&amp;nbsp; a|b|c|year / ddfm=kr ; &lt;/P&gt;&lt;P&gt;random block block(a b) block(a b c);&lt;/P&gt;&lt;P&gt;lsmeans a|b|c / alpha=0.01 diff adjust=simulate ;&lt;/P&gt;&lt;P&gt;*you can add more LSMEANS statements here, say for specific year interactions;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above assumes that the data are stacked, with a year variable added and a separate record for each year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had more than two times, you must consider more complex covariance structures. A more general approach for any number of times for the repeated measure is to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;classes block a b c year;&lt;/P&gt;&lt;P&gt;model y1=&amp;nbsp; a|b|c|year / ddfm=kr ; &lt;/P&gt;&lt;P&gt;random block block(a b) ;&lt;/P&gt;&lt;P&gt;repeated year / subject=block*a*b*c&amp;nbsp; type=ar(1) ; *there are many choices for type;&lt;/P&gt;&lt;P&gt;lsmeans a|b|c / alpha=0.01 diff adjust=simulate;&lt;/P&gt;&lt;P&gt;*you can add more LSMEANS statements here, say for specific year interactions;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;classes block a b c year;&lt;/P&gt;&lt;P&gt;model y1=&amp;nbsp; a|b|c|year / ddfm=kr ; &lt;/P&gt;&lt;P&gt;random block block(a b) random block(a b c) ;&lt;/P&gt;&lt;P&gt;repeated year / subject=block*a*b*c&amp;nbsp; type=ar(1) ; &lt;/P&gt;&lt;P&gt;lsmeans a|b|c / alpha=0.01 diff adjust=simulate;&lt;/P&gt;&lt;P&gt;*you can add more LSMEANS statements here, say for specific year interactions;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect that some variance components will be 0. One approach is to then remove them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175520#M9067</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-04-10T19:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175521#M9068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm elementary user of sas and was working on split plot design and it will then be followed by Duncan Multiple Range Test. Please kindly help me to correct my sintax : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data Yield;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input A $ B $ Block Yield;&lt;/P&gt;&lt;P&gt;&amp;nbsp; treatment = K||X;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;K1 X1 2 7&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;proc anova data=Yield;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class Block A B;&lt;/P&gt;&lt;P&gt;&amp;nbsp; model Yield=A B A(Block) B A*B;&lt;/P&gt;&lt;P&gt;&amp;nbsp; means A B A*B / duncan e=A(Block);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc anova data=Yield;&lt;/P&gt;&lt;P&gt;class treatment Block;&lt;/P&gt;&lt;P&gt;model Yield=treatment Block;&lt;/P&gt;&lt;P&gt;means treatment/duncan;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175521#M9068</guid>
      <dc:creator>Herwibawa</dc:creator>
      <dc:date>2015-08-11T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175522#M9069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the code that was provided by @lvm, with minor changes as needed.&amp;nbsp; Note that PROC ANOVA and PROC GLM do NOT correctly analyze split-plot designs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, seriously consider ad different adjustment method than Duncan's New Multiple Range Test.&amp;nbsp; It is neither new nor truly a multiple range adjustment.&amp;nbsp; There is extensive literature in this area, and better options are outlined in the LSMEANS documentation.&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, 11 Aug 2015 18:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175522#M9069</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-11T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175523#M9070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never, ever, use PROC ANOVA or PROC GLM for split plots, Standard errors will be wrong. Use MIXED or GLIMMIX. The later are much easier anyway: by specifying random effects, the procedure knows how to do each appropriate test. Here is code assuming that A is the whole plot and B is the subplot.&lt;/P&gt;&lt;P&gt;proc glimmix data =&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;class block A B;&lt;/P&gt;&lt;P&gt;model yield = A|B;&lt;/P&gt;&lt;P&gt;random block A*block&lt;/P&gt;&lt;P&gt;lsmeans A B A*B / diff adjust=simulate;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duncan multiple range is definitely out of favor, and can't be done with MIXED or GLIMMIX. I personally recommend adjust=simulate (fewer unrealistic assumptions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175523#M9070</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-08-11T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175524#M9071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very big thank you both @&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;SteveDenham and &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;@lvm for your advices. I have just revised my codes, and could then you want to help to correct my codes below. However, how to compare each treatment to others ? meanwhile I can't use Duncan in Proc Mixed, can you ? If so, I propose to use "adjust = DUNNET" to compare with control, am I wrong ? but I didn't understand how to interpret it in my paper with a,b,c, notation, it's looked very different results of "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;means A B A*B / DUNCAN e=A(Block)" in Proc Anova. Please help me...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data sp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input A $ B $ Block Y;&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;A1 B1 1&amp;nbsp; 72 &lt;/P&gt;&lt;P&gt;A1 B1 2&amp;nbsp; 63&lt;/P&gt;&lt;P&gt;A1 B2 1&amp;nbsp; 45 &lt;/P&gt;&lt;P&gt;A1 B2 2&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;A1 B3 1&amp;nbsp; 4&amp;nbsp; &lt;/P&gt;&lt;P&gt;A1 B3 2&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;A2 B1 1&amp;nbsp; 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;A2 B1 2&amp;nbsp; 27&lt;/P&gt;&lt;P&gt;A2 B2 1&amp;nbsp; 85 &lt;/P&gt;&lt;P&gt;A2 B2 2&amp;nbsp; 65&lt;/P&gt;&lt;P&gt;A2 B3 1&amp;nbsp; 55&amp;nbsp; &lt;/P&gt;&lt;P&gt;A2 B3 2&amp;nbsp; 58&lt;/P&gt;&lt;P&gt;A3 B1 1&amp;nbsp; 5 &lt;/P&gt;&lt;P&gt;A3 B1 2&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;A3 B2 1&amp;nbsp; 23&amp;nbsp; &lt;/P&gt;&lt;P&gt;A3 B2 2&amp;nbsp; 21&lt;/P&gt;&lt;P&gt;A3 B3 1&amp;nbsp; 15&amp;nbsp; &lt;/P&gt;&lt;P&gt;A3 B3 2&amp;nbsp; 19&lt;/P&gt;&lt;P&gt;A4 B1 1&amp;nbsp; 30 &lt;/P&gt;&lt;P&gt;A4 B1 2&amp;nbsp; 39&lt;/P&gt;&lt;P&gt;A4 B2 1&amp;nbsp; 42&amp;nbsp; &lt;/P&gt;&lt;P&gt;A4 B2 2&amp;nbsp; 44&lt;/P&gt;&lt;P&gt;A4 B3 1&amp;nbsp; 12&amp;nbsp; &lt;/P&gt;&lt;P&gt;A4 B3 2&amp;nbsp; 18&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt; proc mixed;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class A B Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model Y = A B A*B;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; random Block A*Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lsmeans A|B / adjust=DUNNETT;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 02:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175524#M9071</guid>
      <dc:creator>Herwibawa</dc:creator>
      <dc:date>2015-08-12T02:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175525#M9072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember, don't try comparing your results to the ANOVA output. The latter will be wrong for several parts of the mean comparisons! I am not sure what you are asking; it is fine to use the dunnett method, but be careful, SAS is deciding on the level of the factors to use as the control (the default is the first level of A and the first level of B). This can be altered with diff= option. Not sure what you mean about letters. I am guessing you want to see a table of means followed by mean separation letters. This is only done when &lt;STRONG&gt;all&lt;/STRONG&gt; combinations of means are compared, not just with the control. You can do this with GLIMMIX, not MIXED, using the LINES option on the LSMEANS statement (as long as you use an adjustment that gives all mean comparisons). The code below does this. Note that you have a significant interaction, and the multiple comparison table is for theinteractions. However, most would argue that you would want to restrict comparisons to all levels of A at each level of B, or all levels of B at each level of A (the so-called simple effects). To get this, add the line:&lt;/P&gt;&lt;P&gt;slice A*B / sliceby=B adjust=simulate lines;&lt;/P&gt;&lt;P&gt;to get the simple effects for each level of B (as an example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class A B Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model Y = A B A*B;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; random Block A*Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lsmeans A|B / adjust=simulate lines;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 14:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175525#M9072</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-08-12T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175526#M9073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much @lvm for your advices, I had tried to add the line :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc glimmix;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; class A B Block;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; model Y = A B A*B;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; random Block A*Block;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; lsmeans A|B / adjust=simulate lines;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;But, It didn't work on my SAS software, since I was using SAS 9.1. So, I revised the line : &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class A B Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model Y = A B A*B;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; random Block A*Block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lsmeans A B A*B / adjust=simulate;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of&amp;nbsp; "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;lsmeans A B A*B / adjust=simulate;" is attached below :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A href="http://s24.postimg.org/jkl2xcdxh/image.jpg"&gt;http://s24.postimg.org/jkl2xcdxh/image.jpg&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(be sorry I fell to insert an image)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;However, I haven't understood yet how to interpret or read the result of "Lsmeans" on the image above ? so I can get a similar explain of "Interaction A*B", while it should be more easy to read when I analyzed using Duncan to get A B C notation some like on the image below.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A href="http://s12.postimg.org/gvn43353h/image.jpg" title="http://s12.postimg.org/gvn43353h/image.jpg"&gt;http://s12.postimg.org/gvn43353h/image.jpg&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Please help me it is so important for me...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175526#M9073</guid>
      <dc:creator>Herwibawa</dc:creator>
      <dc:date>2015-08-13T04:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175527#M9074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to argue against the use of the Dunnett adjustment in the face of a model that has an interaction, as it is designed for comparison to a single control (see for example Chapters 3, 4 and 9 in &lt;EM&gt;Multiple Comparisons and Multiple Tests Using SAS &lt;/EM&gt;by Westfall et al.).&amp;nbsp; They make a very strong case for the use of the adjust=simulate option for higher order ANOVAs and mixed models.&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, 13 Aug 2015 11:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175527#M9074</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-13T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175528#M9075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too bad you don't have a newer version of SAS, because the LINES option and SLICE statement in GLIMMIX do exactly what you want! If you are in education or noncommercial activity, you can always install SAS University Edition (it is free),. and it is always the newest version. But that would take a while for you to learn about. With only 9.1, the table of mean differences you showed would have to be translated by you, by hand, into the letter (lines) display. You sort the means from high to low (or low to high), and then figure out which ones are different (different letters) and which ones are the same using the difference table. This can be tedious and take a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an alternative that I think (?) should work in 9.1 (not absolutely sure). You can use the macro written by Hans-Peter Piepho. See the article here.&lt;/P&gt;&lt;P&gt;You would need to download the macro and run it first (every time you launch SAS for the mean separation analysis). Then you follow the directions in the article to get the letter display. Note that you have to use the ODS output statement to save LSMEANS and mean differences from a MIXED run. With the interaction, you do slices of one factor at fixed values of the other.&amp;nbsp; Good luck.(By the way, the macro can also do things not possible with the LINES option in current versions of SAS, but that is not relevant for your application).&lt;/P&gt;&lt;P&gt;&lt;A href="http://agrobiol.sggw.waw.pl/~cbcs/articles/CBCS_7_1_2.pdf" title="http://agrobiol.sggw.waw.pl/~cbcs/articles/CBCS_7_1_2.pdf"&gt;http://agrobiol.sggw.waw.pl/~cbcs/articles/CBCS_7_1_2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do need PROC IML for the macro to work. &#xD;
Message was edited by: Larry Madden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 20:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175528#M9075</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-08-13T20:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175529#M9076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very big thank you @Larry Madden, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have installed SAS University Edition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway I'm facing a new problem,&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt; in which several plants had died, even of plants in one of the treatment combination. &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;So, what should I do ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Ok, I'll explain my data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;13&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;12&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;17&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;28&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;30&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;17&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;16&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;18&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;8&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; died&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas; color: black; background: white;"&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px; text-align: justify;"&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333330154419px; text-align: justify;"&gt;&lt;STRONG style="color: teal; background: white; font-size: 10pt; font-family: Consolas;"&gt;It would be appreciated if you could help me&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 01:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175529#M9076</guid>
      <dc:creator>Herwibawa</dc:creator>
      <dc:date>2015-08-19T01:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175530#M9077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All that I have to offer comes from digging through the documentation.&amp;nbsp; This looks like a mixture of distributions: one is a binomial as to whether a plant lived or died, the other is a normal that describes the response.&amp;nbsp; It may be possible to use something like PROC FMM to do this, but it does not handle random effects, so all of the old tricks used in GLM would have to be applied to get reasonable estimates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest answer is to assume that plants died at random, so that the data are what is called missing at random.&amp;nbsp; In that case, recode 'died' as missing values ( . ), and analyze as previously outlined.&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, 19 Aug 2015 11:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/175530#M9077</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-19T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: factorial split-plot combined experiment</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/225139#M11906</link>
      <description>&lt;P&gt;&lt;STRONG&gt;My experiment arranged in Split Plot design. How to make a Charts/&amp;nbsp;Boxplots for Proportions of a Binary Variable&lt;/STRONG&gt; ?&lt;BR /&gt;&lt;BR /&gt;data Survival;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input A $ B $ Block Y; &amp;nbsp;if Y=1 then 1='Survive'; else 0='Died';&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it true when it displayed in as shown below ? how to write the codes ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/84i58396D36C4042DB9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="AB.jpg" title="AB.jpg" width="335" height="361" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Please help me it is so important for me...&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 10:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/factorial-split-plot-how-to-combine-2-years/m-p/225139#M11906</guid>
      <dc:creator>Herwibawa</dc:creator>
      <dc:date>2015-09-11T10:52:37Z</dc:date>
    </item>
  </channel>
</rss>

