<?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 MI: 2-way-ANOVA with missing values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51501#M14128</link>
    <description>You can run GLM with missing values. However, your GLM model is probably incorrect. If you have one observation of each level of group in each block, then block*group is the residual error term. Thus, your model is overparameterized. Take out the block*group term. If you have multiple independent replicates of each level of group in each block, then you can separate the interaction and the residual. But most people consider block, and especially block*group as random-effect terms. You have them as fixed-effect terms. You will need to read more about use of GLM for random effects before addressing the missing-value issue. If you do decide to explore block or the interaction as random effects, you should definitely consider use of PROC MIXED, especially with missing data, instead of use of GLM.</description>
    <pubDate>Fri, 17 Dec 2010 16:37:51 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2010-12-17T16:37:51Z</dc:date>
    <item>
      <title>PROC MI: 2-way-ANOVA with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51499#M14126</link>
      <description>Hi everybody,&lt;BR /&gt;
I'm trying to perform a two-way-ANOVA out of a dataset containing missing values. My principal approach is&lt;BR /&gt;
Proc GLM data=...;&lt;BR /&gt;
class group block;&lt;BR /&gt;
model response=block group block*group;&lt;BR /&gt;
&lt;BR /&gt;
How can I get the corresponding ANOVA-table after running PROC MI? All the examples I found so far seem to simply address the imputation process itself rather than the original problem. I'd like to compare my F- and p-values from the data with missing values to the results of the multiple imputation step. I'd be very glad if you could help me.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot for your efforts!&lt;BR /&gt;
&lt;BR /&gt;
Best wishes,&lt;BR /&gt;
Andy</description>
      <pubDate>Thu, 16 Dec 2010 20:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51499#M14126</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-16T20:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MI: 2-way-ANOVA with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51500#M14127</link>
      <description>MI creates m data sets with imputed values.  You then do the ANOVA m times. The followup procedure is MIANALYZE which is used to consolidate the m analyses into one.</description>
      <pubDate>Thu, 16 Dec 2010 21:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51500#M14127</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-12-16T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MI: 2-way-ANOVA with missing values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51501#M14128</link>
      <description>You can run GLM with missing values. However, your GLM model is probably incorrect. If you have one observation of each level of group in each block, then block*group is the residual error term. Thus, your model is overparameterized. Take out the block*group term. If you have multiple independent replicates of each level of group in each block, then you can separate the interaction and the residual. But most people consider block, and especially block*group as random-effect terms. You have them as fixed-effect terms. You will need to read more about use of GLM for random effects before addressing the missing-value issue. If you do decide to explore block or the interaction as random effects, you should definitely consider use of PROC MIXED, especially with missing data, instead of use of GLM.</description>
      <pubDate>Fri, 17 Dec 2010 16:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-MI-2-way-ANOVA-with-missing-values/m-p/51501#M14128</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2010-12-17T16:37:51Z</dc:date>
    </item>
  </channel>
</rss>

