<?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: Proc Mianalyze with mixed models in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155778#M8112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I have noticed that there is not much information on MIANALYZE together with repeated statements.&amp;nbsp; I have also been researching this and have found pretty consistently that using the MMRM model without imputation is just as good as trying to impute the data.&amp;nbsp; In order to strengthen this idea, I wanted to show the results of the ESTIMATES in both ways.&amp;nbsp; I wanted to show that the pvalues are similar in the MMRM and then in the MIANALYZE.&amp;nbsp; I am just not having success with this in the mianalyze procedure (TEST statement).&amp;nbsp; Can you perhaps help with the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, until I resolve the WARNING, I cannot rely on the results. I am not sure why I am getting that warning.&lt;/P&gt;&lt;P&gt;Thanks for the reference to the SGF papers.&amp;nbsp; I will look them up and see how they can help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ns&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 08:21:27 GMT</pubDate>
    <dc:creator>nsns</dc:creator>
    <dc:date>2014-03-27T08:21:27Z</dc:date>
    <item>
      <title>Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155776#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a dataset with missing data (17/722=2.35%).&amp;nbsp; I have run multiple imputations on this dataset.&amp;nbsp; I want to run a mixed model with repeated option on the imputations.&amp;nbsp; In addition to overall effects I would like to test contrasts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; How do I get Mianalyze to give me the results of the ESTIMATE from PROC MIXED? &lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;*multiple imputation;&lt;/P&gt;&lt;P&gt;proc mi data=XX seed=23456 nimpute=3 out=miout1;&lt;/P&gt;&lt;P&gt;mcmc;&lt;/P&gt;&lt;P&gt;var change baseline;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*MMRM model;&lt;/P&gt;&lt;P&gt;proc mixed data=miout1 method=ml;&lt;/P&gt;&lt;P&gt;by _imputation_;&lt;/P&gt;&lt;P&gt;class trt visit usubjid country sex;&lt;/P&gt;&lt;P&gt;model change=trt visit trt*visit baseline country /ddfm=kr solution covb;;&lt;/P&gt;&lt;P&gt;repeated visit/ subject=usubjid type=vc;&lt;/P&gt;&lt;P&gt;lsmeans trt*visit/cl pdiff;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;estimate 'Trt A vs Trt B at visit 2'&amp;nbsp; trt 1 -1 trt*visit 1 0 -1 0/cl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;estimate 'Trt A vs Trt B at visit 3'&amp;nbsp; trt 1 -1 trt*visit 0 1 0 -1/cl&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;ods output solutionf=mixparms covb=mixcovb diffs=mixdiff estimates=mixestimates;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mianalyze procedure;&lt;/P&gt;&lt;P&gt;proc mianalyze parms(classvar=full)=mixparms covb (effectvar=rowcol)=mixcovb edf=663;&lt;/P&gt;&lt;P&gt;class trt visit usubjid country;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; I am getting this in the log of the proc mianalyze.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WARNING:&amp;nbsp; The within-imputation covariance matrix is singular.&amp;nbsp; The total covariance matrix and related statistics in multivariate inference will be set to missing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I am not sure why. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;ns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 14:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155776#M8110</guid>
      <dc:creator>nsns</dc:creator>
      <dc:date>2014-03-25T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155777#M8111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MIANALYZE and MIXED don't always play well with one another.&amp;nbsp; My first instinct would be to trust in the results obtained from PROC MIXED with the data treated as missing.&amp;nbsp; Unless the data are MNAR, the likelihood methods of mixed models are at least as good as any imputational method available in PROC MI (opinion only), as none of the imputational methods deal well with random effects, and especially nested random effects. Note that the PROC MIXED examples in the MIANALYZE documentation have neither a RANDOM or a REPEATED statement, so that strikes me as unusual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, I believe that there was a paper presented at one of the last two SGF meetings that addressed how to get the necessary matrixes into MIANALYZE.&amp;nbsp; This was not straightforward, and I have yet to get it right (though I haven't tried in almost a year).&amp;nbsp; And, to get the equivalent of the ESTIMATE statements, you will have to specify a TEST statement in MIANALYZE. It will give an estimate and a standard error.&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>Wed, 26 Mar 2014 17:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155777#M8111</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-26T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155778#M8112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I have noticed that there is not much information on MIANALYZE together with repeated statements.&amp;nbsp; I have also been researching this and have found pretty consistently that using the MMRM model without imputation is just as good as trying to impute the data.&amp;nbsp; In order to strengthen this idea, I wanted to show the results of the ESTIMATES in both ways.&amp;nbsp; I wanted to show that the pvalues are similar in the MMRM and then in the MIANALYZE.&amp;nbsp; I am just not having success with this in the mianalyze procedure (TEST statement).&amp;nbsp; Can you perhaps help with the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, until I resolve the WARNING, I cannot rely on the results. I am not sure why I am getting that warning.&lt;/P&gt;&lt;P&gt;Thanks for the reference to the SGF papers.&amp;nbsp; I will look them up and see how they can help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ns&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 08:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155778#M8112</guid>
      <dc:creator>nsns</dc:creator>
      <dc:date>2014-03-27T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155779#M8113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get TEST to work, you need the names of the variables from the mixparms dataset.&amp;nbsp; You can then plug them in to get an equivalent to the ESTIMATE statement.&amp;nbsp; The output will include the L matrix, so you could check to see that it is doing what you ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be that your G or R matrix is singular for one of the imputations.&amp;nbsp; I would suggest doing more imputations and selecting only those that avoid this.&amp;nbsp; If it keeps throwing this error, then I might think about opening a ticket with Tech Support.&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, 27 Mar 2014 15:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155779#M8113</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-03-27T15:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155780#M8114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for your help.&amp;nbsp; I was not able to get the TEST statement to work the way I wanted. Instead I used this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mianalyze data=estimates;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by label;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modeleffects estimate;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stderr stderr;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this look correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not able to fix the warning in the log of the MIANALYZE procedure regardng the within imputation covariance matrix being singular. I cannot figure out what is causing this.&amp;nbsp; Running more imputations and trying to choose a subset of these did not help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 13:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155780#M8114</guid>
      <dc:creator>nsns</dc:creator>
      <dc:date>2014-03-31T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155781#M8115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are definitely beyond my abilities with that error.&amp;nbsp; Open up a ticket with Tech Support.&amp;nbsp; I know the last time we got stuck on this that Tech Support was the way to go.&amp;nbsp; When they give their feedback, please share it here.&amp;nbsp; I could really stand to learn how to fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, that looks like a good workaround over the 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>Tue, 01 Apr 2014 13:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155781#M8115</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-04-01T13:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155782#M8116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the warning about the singularity has to do with the fact that there is a 0 row in the COVB matrix for the reference level of class variables.&amp;nbsp; One possibility is to create dummy codes instead of using class variables and see if that helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carole.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 13:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/155782#M8116</guid>
      <dc:creator>Carole_LH</dc:creator>
      <dc:date>2014-05-01T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/289992#M15379</link>
      <description>&lt;P&gt;Hi all, I just figured out a fix for the MIANALYZE issue... You will need to recode the "Label" variable&amp;nbsp;name in&amp;nbsp;your "mixestimates" dataset to one of the suggested names that is listed in the error statement. I recoded&amp;nbsp;"LABEL"&amp;nbsp;as "ROWNAME" in the mixestimates2 dataset.&amp;nbsp;From there you can run the MIANALYZE script below on the mixestimates2 dataset. Also, you will need to label your ESTIMATE statements in PROC MIXED using a one word variable name in between the quotes (see below).&amp;nbsp;I hope&amp;nbsp;this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Robert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;Recoding variables&lt;/P&gt;&lt;P&gt;*********************************************************;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; mixestimates2(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;RENAME&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; = (&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;LABEL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=ROWNAME)); &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;SET&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; mixestimates; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;PRINT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;= est2 (firstobs= &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;obs&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;25&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;VAR&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; _IMPUTATION_ ROWNAME; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;MIANALYZE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parms&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=mixestimates2;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MODELEFFECTS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; Var1 Var2 Var3 Var4&lt;/FONT&gt;&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*********************************************************&lt;/P&gt;&lt;P&gt;Estimate statements&lt;/P&gt;&lt;P&gt;*********************************************************;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ESTIMATE&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'VAR1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; EMOT &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; TK*EMOT -&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ESTIMATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'VAR2'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; EMOT &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; TK*EMOT -&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ESTIMATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'VAR3'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; EMOT &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; TK*EMOT -&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ESTIMATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'VAR4'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; EMOT &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; TK*EMOT&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 20:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/289992#M15379</guid>
      <dc:creator>RCarr</dc:creator>
      <dc:date>2016-08-06T20:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Mianalyze with mixed models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/434850#M22933</link>
      <description>&lt;P&gt;I got stuck into this 'old' problem with my repeated measurements data, and I really can't solve it with these instructions. Could somebody give me more detailed instructions how to get pooled p-values (time, group time*group) and estimates.&lt;/P&gt;&lt;P&gt;I've used SAS for several years as one of my tools, but I'm not an expert, far from it. So, if someone could give the answers at 'dummy level', I'd be very grateful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:00:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Mianalyze-with-mixed-models/m-p/434850#M22933</guid>
      <dc:creator>Pohto21</dc:creator>
      <dc:date>2018-02-07T14:00:38Z</dc:date>
    </item>
  </channel>
</rss>

