<?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 need Help with contrast statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144048#M38310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 3*6 (3 nitrogen rates and 6 rice varieties)&amp;nbsp; factorial design and I don't know how to make any contrast I need. Ive looked up SAS/STAT help but didn't find the answer. The questions are as follow:&lt;/P&gt;&lt;P&gt;comparison between Linear interaction of nitrogen with variety 6 vs. other varieties. ie. NL*(V6 vs. others). (NL means the linear interaction with Nitrogen factor).&lt;/P&gt;&lt;P&gt;NL*&lt;A href="(V2,V5) vs. (V1, V3, V4)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NL*(V2 vs. V5)&lt;/P&gt;&lt;P&gt;NL*(V1 vs. V3 vs. V4)&lt;/P&gt;&lt;P&gt;Quadratic interactions are same as linear:&lt;/P&gt;&lt;P&gt;NQ*(V6 vs. others)&lt;/P&gt;&lt;P&gt;NQ*&lt;A href="(V2,V5) vs. (V1, V3, V4)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NQ*(V2 vs. V5)&lt;/P&gt;&lt;P&gt;NQ*(V1 vs. V3 vs. V4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data are attached.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2014 09:54:54 GMT</pubDate>
    <dc:creator>EhsanKhedive</dc:creator>
    <dc:date>2014-03-14T09:54:54Z</dc:date>
    <item>
      <title>need Help with contrast statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144048#M38310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 3*6 (3 nitrogen rates and 6 rice varieties)&amp;nbsp; factorial design and I don't know how to make any contrast I need. Ive looked up SAS/STAT help but didn't find the answer. The questions are as follow:&lt;/P&gt;&lt;P&gt;comparison between Linear interaction of nitrogen with variety 6 vs. other varieties. ie. NL*(V6 vs. others). (NL means the linear interaction with Nitrogen factor).&lt;/P&gt;&lt;P&gt;NL*&lt;A href="(V2,V5) vs. (V1, V3, V4)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NL*(V2 vs. V5)&lt;/P&gt;&lt;P&gt;NL*(V1 vs. V3 vs. V4)&lt;/P&gt;&lt;P&gt;Quadratic interactions are same as linear:&lt;/P&gt;&lt;P&gt;NQ*(V6 vs. others)&lt;/P&gt;&lt;P&gt;NQ*&lt;A href="(V2,V5) vs. (V1, V3, V4)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NQ*(V2 vs. V5)&lt;/P&gt;&lt;P&gt;NQ*(V1 vs. V3 vs. V4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data are attached.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 09:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144048#M38310</guid>
      <dc:creator>EhsanKhedive</dc:creator>
      <dc:date>2014-03-14T09:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: need Help with contrast statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144049#M38311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some comments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GLM does not correctly calculate standard errors for split plot and strip plot designs.&amp;nbsp; Let me repeat that.&amp;nbsp; PROC GLM does not correctly calculate standard errors for split plot and strip plot designs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get a copy of SAS for Mixed Models, 2nd ed. by Littell et al., to see code for PROC MIXED for this design, and many examples of contrasts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you fit your data with a mixed model, consider using LSMESTIMATE statements (either in PROC GLIMMIX or PROC PLM), and it becomes straightforward to compare lsmeans of interest.&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>Fri, 14 Mar 2014 12:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144049#M38311</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-14T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: need Help with contrast statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144050#M38312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, I found my way out with this book.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 13:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/need-Help-with-contrast-statement/m-p/144050#M38312</guid>
      <dc:creator>EhsanKhedive</dc:creator>
      <dc:date>2014-03-14T13:25:27Z</dc:date>
    </item>
  </channel>
</rss>

