<?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 PROC MIANALYZE pooling test3 mixed model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-pooling-test3-mixed-model/m-p/572115#M28164</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I make multiple imputation with mixed model and I wish combine results for p-value of global interaction.&amp;nbsp;I saw that there might be a macro, is it still relevant? how can I proceed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, my code :&lt;/P&gt;&lt;P&gt;proc mixed data=v1_v2_im method=reml ;&lt;BR /&gt;class prod (ref="Placebo") TV_VISIT_TMP(ref="V1") id_bis;&lt;BR /&gt;model changeVn_V0 = prod TV_VISIT_TMP prod*TV_VISIT_TMP / s ddfm=kenwardroger;&lt;BR /&gt;repeated TV_VISIT_TMP / subject=id_bis type=CS;&lt;BR /&gt;lsmeans prod*TV_VISIT_TMP / slice=TV_VISIT_TMP cl;&lt;BR /&gt;slice prod*TV_VISIT_TMP / sliceby(TV_VISIT_TMP="V1") cl pdiff=control("Placebo" "V1");&lt;BR /&gt;slice prod*TV_VISIT_TMP / sliceby(TV_VISIT_TMP="V2") cl pdiff=control("Placebo" "V2");&lt;BR /&gt;by simul _Imputation_;&lt;BR /&gt;ods output SolutionF=mixparms ;&lt;BR /&gt;ods output SliceDiffs=slicev1v2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mianalyze parms(classvar=full)=mixparms ;&lt;BR /&gt;class prod TV_VISIT_TMP;&lt;BR /&gt;modeleffects Intercept prod TV_VISIT_TMP prod*TV_VISIT_TMP ;&lt;BR /&gt;by simul;&lt;BR /&gt;ods output ParameterEstimates=param_simul;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Clemence&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 15:20:30 GMT</pubDate>
    <dc:creator>Clemence</dc:creator>
    <dc:date>2019-07-09T15:20:30Z</dc:date>
    <item>
      <title>PROC MIANALYZE pooling test3 mixed model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-pooling-test3-mixed-model/m-p/572115#M28164</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I make multiple imputation with mixed model and I wish combine results for p-value of global interaction.&amp;nbsp;I saw that there might be a macro, is it still relevant? how can I proceed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, my code :&lt;/P&gt;&lt;P&gt;proc mixed data=v1_v2_im method=reml ;&lt;BR /&gt;class prod (ref="Placebo") TV_VISIT_TMP(ref="V1") id_bis;&lt;BR /&gt;model changeVn_V0 = prod TV_VISIT_TMP prod*TV_VISIT_TMP / s ddfm=kenwardroger;&lt;BR /&gt;repeated TV_VISIT_TMP / subject=id_bis type=CS;&lt;BR /&gt;lsmeans prod*TV_VISIT_TMP / slice=TV_VISIT_TMP cl;&lt;BR /&gt;slice prod*TV_VISIT_TMP / sliceby(TV_VISIT_TMP="V1") cl pdiff=control("Placebo" "V1");&lt;BR /&gt;slice prod*TV_VISIT_TMP / sliceby(TV_VISIT_TMP="V2") cl pdiff=control("Placebo" "V2");&lt;BR /&gt;by simul _Imputation_;&lt;BR /&gt;ods output SolutionF=mixparms ;&lt;BR /&gt;ods output SliceDiffs=slicev1v2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mianalyze parms(classvar=full)=mixparms ;&lt;BR /&gt;class prod TV_VISIT_TMP;&lt;BR /&gt;modeleffects Intercept prod TV_VISIT_TMP prod*TV_VISIT_TMP ;&lt;BR /&gt;by simul;&lt;BR /&gt;ods output ParameterEstimates=param_simul;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Clemence&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-pooling-test3-mixed-model/m-p/572115#M28164</guid>
      <dc:creator>Clemence</dc:creator>
      <dc:date>2019-07-09T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIANALYZE pooling test3 mixed model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-pooling-test3-mixed-model/m-p/572303#M28165</link>
      <description>&lt;P&gt;The macro use SAS IML and I don't have this module. Is there another solution ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks;&lt;/P&gt;&lt;P&gt;Clemence&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 09:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIANALYZE-pooling-test3-mixed-model/m-p/572303#M28165</guid>
      <dc:creator>Clemence</dc:creator>
      <dc:date>2019-07-10T09:07:01Z</dc:date>
    </item>
  </channel>
</rss>

