<?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: why choose ParameterEstimates not GEEEmpPEst in PROC MIANALYZE ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446766#M23399</link>
    <description>&lt;P&gt;Yes, if you are using the REPEATED statement to fit a GEE model, then the parameter estimates from the final GEE model are in the GEEEmpPest object. As you note, the ParameterEstimates object only contains the estimates from the initial model that begins the GEE estimation process, so would not generally be of interest when using a GEE model. However, the&amp;nbsp;&lt;SPAN&gt;ParameterEstimates object is what you would use for non-GEE models which are fit when the REPEATED statement is not specified.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2018 13:46:24 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2018-03-19T13:46:24Z</dc:date>
    <item>
      <title>why choose ParameterEstimates not GEEEmpPEst in PROC MIANALYZE ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446627#M23393</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to run a proc mianalyze on my genmod&amp;nbsp;ouput. I see many example use&amp;nbsp;ParameterEstimates to do analysis. But I&amp;nbsp;thought&amp;nbsp;ParameterEstimates (a_mvn) used initial parameter estimates for analysis from GEE. Why not use&amp;nbsp;GEEEmpPEst result&amp;nbsp; (b_mvn)to do analysis in&amp;nbsp;proc mianalyze step? please correct me if my understanding is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data = mi_mvn ;
model read = write female math progcat1 progcat2/ dist=bin link=logit;
		repeated subject=id / type=ind PRINTMLE;
ods output ParameterEstimates=a_mvn;
ODS output GEEEmpPEst =b_mvn;
run;

proc mianalyze parms=a_mvn;
modeleffects intercept write female math progcat1 progcat2;
ods output ParameterEstimates=POOL;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Mar 2018 22:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446627#M23393</guid>
      <dc:creator>xiangpang</dc:creator>
      <dc:date>2018-03-18T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: why choose ParameterEstimates not GEEEmpPEst in PROC MIANALYZE ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446766#M23399</link>
      <description>&lt;P&gt;Yes, if you are using the REPEATED statement to fit a GEE model, then the parameter estimates from the final GEE model are in the GEEEmpPest object. As you note, the ParameterEstimates object only contains the estimates from the initial model that begins the GEE estimation process, so would not generally be of interest when using a GEE model. However, the&amp;nbsp;&lt;SPAN&gt;ParameterEstimates object is what you would use for non-GEE models which are fit when the REPEATED statement is not specified.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 13:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446766#M23399</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-03-19T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: why choose ParameterEstimates not GEEEmpPEst in PROC MIANALYZE ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446812#M23400</link>
      <description>&lt;P&gt;Thanks for your confirmation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 14:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/why-choose-ParameterEstimates-not-GEEEmpPEst-in-PROC-MIANALYZE/m-p/446812#M23400</guid>
      <dc:creator>xiangpang</dc:creator>
      <dc:date>2018-03-19T14:54:47Z</dc:date>
    </item>
  </channel>
</rss>

