<?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 n by n matrix of type 3 tests of fixed effects in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287131#M15234</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this code to generate a n by n run and obtain 19 times 6 results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to create a matrix output of the type 3 tests only in the form of "interval" by "ud_size" and highlight the significant (on a 0.05 level) effects? I am ony interested in the P values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, should i use another method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicoai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sort data=ARTICLE2.TEMP_5_60_SPAT_5_95 out=Work.TempDataSorted;
	by interval ud_size ;
run;

proc mixed data=Work.TempDataSorted covtest;
	class area breed f_age ageclass no_lambs farm year ID interval ud_size farm;
	model areakm2= area breed year ageclass /solution DDFM= SATTERTHWAITE;
	lsmeans area breed year ageclass /diff;
	random ID /S;
	by interval ud_size;
run;

proc delete data=Work.TempDataSorted;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2016 09:40:51 GMT</pubDate>
    <dc:creator>Nicolai70</dc:creator>
    <dc:date>2016-07-26T09:40:51Z</dc:date>
    <item>
      <title>n by n matrix of type 3 tests of fixed efetcs</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287130#M15232</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this code to generate a n by n run and obtain 19 times 6 results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to create a matrix output of the type 3 tests only in the form of "interval" by "ud_size" and highlight the significant (on a 0.05 level) effects? I am ony interested in the P values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, should i use another method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicoai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sort data=ARTICLE2.TEMP_5_60_SPAT_5_95 out=Work.TempDataSorted;
	by interval ud_size ;
run;

proc mixed data=Work.TempDataSorted covtest;
	class area breed f_age ageclass no_lambs farm year ID interval ud_size farm;
	model areakm2= area breed year ageclass /solution DDFM= SATTERTHWAITE;
	lsmeans area breed year ageclass /diff;
	random ID /S;
	by interval ud_size;
run;

proc delete data=Work.TempDataSorted;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 09:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287130#M15232</guid>
      <dc:creator>Nicolai70</dc:creator>
      <dc:date>2016-07-26T09:40:30Z</dc:date>
    </item>
    <item>
      <title>n by n matrix of type 3 tests of fixed effects</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287131#M15234</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used this code to generate a n by n run and obtain 19 times 6 results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to create a matrix output of the type 3 tests only in the form of "interval" by "ud_size" and highlight the significant (on a 0.05 level) effects? I am ony interested in the P values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, should i use another method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicoai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sort data=ARTICLE2.TEMP_5_60_SPAT_5_95 out=Work.TempDataSorted;
	by interval ud_size ;
run;

proc mixed data=Work.TempDataSorted covtest;
	class area breed f_age ageclass no_lambs farm year ID interval ud_size farm;
	model areakm2= area breed year ageclass /solution DDFM= SATTERTHWAITE;
	lsmeans area breed year ageclass /diff;
	random ID /S;
	by interval ud_size;
run;

proc delete data=Work.TempDataSorted;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 09:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287131#M15234</guid>
      <dc:creator>Nicolai70</dc:creator>
      <dc:date>2016-07-26T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: n by n matrix of type 3 tests of fixed effects</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287264#M15242</link>
      <description>&lt;P&gt;You might use ODS Output to capture the results of the table(s) of interest and pipe the results into a report procedure that let's you use some of the display options to highlight results.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 16:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287264#M15242</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-26T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: n by n matrix of type 3 tests of fixed effects</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287438#M15246</link>
      <description>Do you have any good sources of knowledge on this?</description>
      <pubDate>Wed, 27 Jul 2016 08:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/n-by-n-matrix-of-type-3-tests-of-fixed-efetcs/m-p/287438#M15246</guid>
      <dc:creator>Nicolai70</dc:creator>
      <dc:date>2016-07-27T08:59:26Z</dc:date>
    </item>
  </channel>
</rss>

