<?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: How to get a type 3 analysis with PROC GEE in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-a-type-3-analysis-with-PROC-GEE/m-p/814170#M40170</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PROC GEE is giving ERRORs or WARNINGs in the LOG without any doubt.&lt;/P&gt;
&lt;P&gt;Can you please share with us what the LOG is telling you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do not put the OUTCOME / RESPONSE variable in the CLASS statement.&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.gee.classstmt" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;The CLASS statement names the classification &lt;SPAN class=" aa-argument"&gt;variables&lt;/SPAN&gt;&amp;nbsp;(that are explanatory!!) to be used in the analysis.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.gee.modelstmt" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;TYPE3 &lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;requests that statistics for Type 3 contrasts be computed for each effect specified in the MODEL statement. The default analysis is to compute score statistics for the contrasts. &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;Type 3 analyses using the score statistics are not supported for nominal response data&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; or weighted GEE methods. Wald statistics are computed if the WALD option is also specified.&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Cheers,&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Koen&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 May 2022 19:56:46 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-05-18T19:56:46Z</dc:date>
    <item>
      <title>How to get a type 3 analysis with PROC GEE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-a-type-3-analysis-with-PROC-GEE/m-p/814102#M40166</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, I need help with getting a type 3 analysis with PROC GEE.&lt;/P&gt;
&lt;P&gt;The following is my SAS code.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GEE DATA=COVERED.Demographics desc;
CLASS complete_adherence2(ref='1') record_id ethnicity (ref='1');
MODEL complete_adherence2 = ethnicity/ DIST=MULTINOMIAL LINK=gLOGIT  type3;
REPEATED SUBJECT=record_id / TYPE =indep ;
lsmeans ethnicity/  ILINK diff e cl oddsratio ;
RUN;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2022 15:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-a-type-3-analysis-with-PROC-GEE/m-p/814102#M40166</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2022-05-18T15:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a type 3 analysis with PROC GEE</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-a-type-3-analysis-with-PROC-GEE/m-p/814170#M40170</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PROC GEE is giving ERRORs or WARNINGs in the LOG without any doubt.&lt;/P&gt;
&lt;P&gt;Can you please share with us what the LOG is telling you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do not put the OUTCOME / RESPONSE variable in the CLASS statement.&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.gee.classstmt" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;The CLASS statement names the classification &lt;SPAN class=" aa-argument"&gt;variables&lt;/SPAN&gt;&amp;nbsp;(that are explanatory!!) to be used in the analysis.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.gee.modelstmt" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;TYPE3 &lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;requests that statistics for Type 3 contrasts be computed for each effect specified in the MODEL statement. The default analysis is to compute score statistics for the contrasts. &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;Type 3 analyses using the score statistics are not supported for nominal response data&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; or weighted GEE methods. Wald statistics are computed if the WALD option is also specified.&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Cheers,&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;Koen&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 May 2022 19:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-get-a-type-3-analysis-with-PROC-GEE/m-p/814170#M40170</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-05-18T19:56:46Z</dc:date>
    </item>
  </channel>
</rss>

