<?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: ods output parameterestimates not created in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90301#M257250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Reeza,&lt;/P&gt;&lt;P&gt;Thank you for responding to my query.&amp;nbsp; Following is the code I am using:&lt;/P&gt;&lt;P&gt;proc genmod data=asthma.long_imputed descending;&lt;/P&gt;&lt;P&gt;by _imputation_;&lt;/P&gt;&lt;P&gt;title&amp;nbsp;&amp;nbsp; " GEE Model for repeated measures on Patients who are Nested within Physicians with data @ both times";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class gender grage gr_revenu2 SM02 cardiac_related_condition PHYSICIAN NAM PATIENT NEUROTIC_DISORDER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODEL FOLLOWUP_T1_12M_OOC = gender grage gr_revenu2 SM02 cardiac_related_condition NEUROTIC_DISORDER &lt;/P&gt;&lt;P&gt;centred_AC centred_AQ centred_BM centred_SE centred_SE*centred_AC /dist=BIN covb;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*B(A)= B is nested within A*/&lt;/P&gt;&lt;P&gt;Repeated subject=PATIENT(PHYSICIAN) / corr=exch corrw;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=pe ;&lt;/P&gt;&lt;P&gt;ods output COVB =gmcovb;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And below is the warning msg I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Output 'ParameterEstimates' was not created.&amp;nbsp; Make sure that the output object name, label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or path is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tasneem &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 16:18:39 GMT</pubDate>
    <dc:creator>TZaihra</dc:creator>
    <dc:date>2013-05-30T16:18:39Z</dc:date>
    <item>
      <title>ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90299#M257248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am trying to write ods output while using proc genmod by imputation&amp;nbsp; number, while it does generate ods output COVB =gmcovb matrix.&lt;/P&gt;&lt;P&gt;I keep getting the following error&lt;/P&gt;&lt;P&gt;Output 'ParameterEstimates' was not created.&amp;nbsp; Make sure that the output object name, label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or path is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tasneem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90299#M257248</guid>
      <dc:creator>TZaihra</dc:creator>
      <dc:date>2013-05-30T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90300#M257249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your full code and log. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90300#M257249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-30T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90301#M257250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Reeza,&lt;/P&gt;&lt;P&gt;Thank you for responding to my query.&amp;nbsp; Following is the code I am using:&lt;/P&gt;&lt;P&gt;proc genmod data=asthma.long_imputed descending;&lt;/P&gt;&lt;P&gt;by _imputation_;&lt;/P&gt;&lt;P&gt;title&amp;nbsp;&amp;nbsp; " GEE Model for repeated measures on Patients who are Nested within Physicians with data @ both times";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class gender grage gr_revenu2 SM02 cardiac_related_condition PHYSICIAN NAM PATIENT NEUROTIC_DISORDER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODEL FOLLOWUP_T1_12M_OOC = gender grage gr_revenu2 SM02 cardiac_related_condition NEUROTIC_DISORDER &lt;/P&gt;&lt;P&gt;centred_AC centred_AQ centred_BM centred_SE centred_SE*centred_AC /dist=BIN covb;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*B(A)= B is nested within A*/&lt;/P&gt;&lt;P&gt;Repeated subject=PATIENT(PHYSICIAN) / corr=exch corrw;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=pe ;&lt;/P&gt;&lt;P&gt;ods output COVB =gmcovb;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And below is the warning msg I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Output 'ParameterEstimates' was not created.&amp;nbsp; Make sure that the output object name, label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or path is spelled correctly.&amp;nbsp; Also, verify that the appropriate procedure options are used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to produce the requested output object.&amp;nbsp; For example, verify that the NOPRINT option is not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tasneem &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90301#M257250</guid>
      <dc:creator>TZaihra</dc:creator>
      <dc:date>2013-05-30T16:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90302#M257251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about GENMOD but other "regression" procedures sometimes require an option on the model statement to see the parameter estimates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOLUTION is a common option for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90302#M257251</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-05-30T16:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90303#M257252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the docs you need PRINTMLE in your model statement if you have the REPEATED statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Docs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_genmod_sect058.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_genmod_sect058.htm"&gt;SAS/STAT(R) 9.22 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc genmod data=asthma.long_imputed descending;&lt;/P&gt;&lt;P&gt;by _imputation_;&lt;/P&gt;&lt;P&gt;title&amp;nbsp;&amp;nbsp; " GEE Model for repeated measures on Patients who are Nested within Physicians with data @ both times";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class gender grage gr_revenu2 SM02 cardiac_related_condition PHYSICIAN NAM PATIENT NEUROTIC_DISORDER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODEL FOLLOWUP_T1_12M_OOC = gender grage gr_revenu2 SM02 cardiac_related_condition NEUROTIC_DISORDER&lt;/P&gt;&lt;P&gt;centred_AC centred_AQ centred_BM centred_SE centred_SE*centred_AC /dist=BIN covb&lt;SPAN style="font-size: 14pt; color: #ff0000;"&gt;&lt;STRONG&gt; printmle&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*B(A)= B is nested within A*/&lt;/P&gt;&lt;P&gt;Repeated subject=PATIENT(PHYSICIAN) / corr=exch corrw;&lt;/P&gt;&lt;P&gt;ods output ParameterEstimates=pe ;&lt;/P&gt;&lt;P&gt;ods output COVB =gmcovb;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90303#M257252</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-30T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90304#M257253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right direction, but very obscure.&amp;nbsp; Try adding the PRINTMLE option to the REPEATED statement.&amp;nbsp; It looks like that is necessary to generate the ParameterEstimates output and dataset when fitting a GEE model.&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, 30 May 2013 16:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90304#M257253</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-30T16:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90305#M257254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And Reeza beats me AGAIN...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90305#M257254</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-30T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90306#M257255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my answer is different, I said add it to the model, not repeated statement &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;&lt;/P&gt;&lt;P&gt;And you're usually right, experience beats speed :smileysilly:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90306#M257255</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-30T16:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90307#M257256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reeza &amp;amp; Steeve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Bad News:&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;I tried adding printmle option to the model and SAS odesn't like it(it's not blue) and I get the following error:&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, A, AGGREGATE, ALPH, ALPHA, CICONV, CL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLCONV, CODING, CONVERGE, CONVH, CORRB, COVB, D, DIAGNOSTICS, DIST, DSCALE, ERR, ERROR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXACTMAX, EXPECTED, ID, INFLUENCE, INITIAL, INTERCEPT, ITPRINT, LINK, LOGNB, LRCI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LRCL, MAXIT, MAXITER, NOINT, NOLOGNB, NOPRINTCL, NOSCALE, OBSTAT, OBSTATS, OFFSET, P,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRED, PREDICTED, PSCALE, R, RESIDUAL, RORDER, SCALE, SCORING, SINGULAR, TYPE1, TYPE3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE3WALD, WALD, WALDCI, WALDCL, XVARS.&lt;/P&gt;&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;4026&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Good News:&lt;/STRONG&gt;&lt;/SPAN&gt; Hurray!!!!!! It works when I add it to the repeated statement..Thanks a lot Steeve &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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Just out of curiosity&lt;/STRONG&gt;&lt;/SPAN&gt; ..from the ods output table for proc genmod it seems the parameterestimates is default so why should one need to ask for it in the model or repeated statement like we ask for covb?&lt;/P&gt;&lt;P&gt;Thanks for your guidance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90307#M257256</guid>
      <dc:creator>TZaihra</dc:creator>
      <dc:date>2013-05-30T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90308#M257257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under a GEE model, the parameter estimates aren't generated the same way as under the ordinary (non-repeated) method.&amp;nbsp; Thus, you have to printmle (print maximum likelihood estimates) to even get the correct parameter estimates.&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, 30 May 2013 17:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90308#M257257</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-30T17:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90309#M257258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay thanks a lot for your help Steve, it's much appreciated.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90309#M257258</guid>
      <dc:creator>TZaihra</dc:creator>
      <dc:date>2013-05-30T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods output parameterestimates not created</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90310#M257259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just came across this thread and wanted to chime in on the use of the ParameterEstimates table with Proc Genmod in a Multiple Imputation analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ParameterEstimates table gives the initial parameter estimates.&amp;nbsp; That is, from an MLE procedure ignoring the correlation in the data.&amp;nbsp; Proc Genmod uses these parameter estimates as initial values in the GEE procedure, which correctly accounts for the correlation when the "repeated" statement is used.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long story short, when a repeated statement is used you SHOULD NOT use the ParameterEstimates table as the input into proc mianalyze.&amp;nbsp; These estimates ignore the correlation structure, and the GEEEmpPEst table should be used.&amp;nbsp; Same with the COVB table (this is from the initial MLE procedure), instead use the GEERCov as the input into mianalyze.&amp;nbsp; The COVB will significantly &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;underestimate the variances.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;P&gt;Alexander C. McLain, Ph.D. &lt;/P&gt;&lt;P&gt;Assistant Professor&lt;/P&gt;&lt;P&gt;Department of Epidemiology and Biostatistics&lt;/P&gt;&lt;P&gt;Arnold School of Public Health &lt;/P&gt;&lt;P&gt;University of South Carolina&lt;/P&gt;&lt;P&gt;Phone: (803) 777-1124&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Website: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://sites.google.com/site/alexmclain/home"&gt;https://sites.google.com/site/alexmclain/home&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 18:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-output-parameterestimates-not-created/m-p/90310#M257259</guid>
      <dc:creator>Alex_SC_Bios</dc:creator>
      <dc:date>2015-05-05T18:00:14Z</dc:date>
    </item>
  </channel>
</rss>

