<?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 How do I view the contrasts SAS uses for Type III tests? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-view-the-contrasts-SAS-uses-for-Type-III-tests/m-p/869416#M43019</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am using SAS proc genmod to fit models. For example,&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;proc genmod data=long_respir descending;
	class ID Treatment visit (ref="0");
	model y = Treatment visit Treatment*Visit / dist=binomial link=logit type3 wald covb;
	repeated subject=ID / withinsubject=visit logor=fullclust;
run;&lt;/PRE&gt;&lt;P&gt;Where in the model statement specifying 'type3' requests SAS to output Type III tests for each of the predictor variables in the model. My question is: How can I view the contrast statements and 'L' matrix SAS uses to produce its Type III tests?&lt;/P&gt;&lt;P&gt;To elaborate, if I write my own contrast statement, I can include the '/ e;' at the end to view the 'L' matrix implied by my contrast. I would like to see the 'L' matrix implied by the contrasts SAS uses to produce the Type III tests. I cannot find how I can get SAS to give me that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the SAS proc genmod documentation for both the model statement and contrast statement and I do not see an option to get what I desire. So, either there is not an option to get this or I am overlooking something.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 14:53:00 GMT</pubDate>
    <dc:creator>rdemass</dc:creator>
    <dc:date>2023-04-12T14:53:00Z</dc:date>
    <item>
      <title>How do I view the contrasts SAS uses for Type III tests?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-view-the-contrasts-SAS-uses-for-Type-III-tests/m-p/869416#M43019</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using SAS proc genmod to fit models. For example,&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;proc genmod data=long_respir descending;
	class ID Treatment visit (ref="0");
	model y = Treatment visit Treatment*Visit / dist=binomial link=logit type3 wald covb;
	repeated subject=ID / withinsubject=visit logor=fullclust;
run;&lt;/PRE&gt;&lt;P&gt;Where in the model statement specifying 'type3' requests SAS to output Type III tests for each of the predictor variables in the model. My question is: How can I view the contrast statements and 'L' matrix SAS uses to produce its Type III tests?&lt;/P&gt;&lt;P&gt;To elaborate, if I write my own contrast statement, I can include the '/ e;' at the end to view the 'L' matrix implied by my contrast. I would like to see the 'L' matrix implied by the contrasts SAS uses to produce the Type III tests. I cannot find how I can get SAS to give me that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the SAS proc genmod documentation for both the model statement and contrast statement and I do not see an option to get what I desire. So, either there is not an option to get this or I am overlooking something.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 14:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-view-the-contrasts-SAS-uses-for-Type-III-tests/m-p/869416#M43019</guid>
      <dc:creator>rdemass</dc:creator>
      <dc:date>2023-04-12T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I view the contrasts SAS uses for Type III tests?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-view-the-contrasts-SAS-uses-for-Type-III-tests/m-p/869417#M43020</link>
      <description>&lt;P&gt;This is discussed in &lt;A href="http://support.sas.com/kb/22576" target="_self"&gt;this note&lt;/A&gt;. As mentioned there, fit the model in PROC GLM and use the E3 option which will show the general form of the type3 tests.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 14:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-view-the-contrasts-SAS-uses-for-Type-III-tests/m-p/869417#M43020</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-04-12T14:58:49Z</dc:date>
    </item>
  </channel>
</rss>

