<?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 SAS OnDemand Outpm option in Proc Mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968929#M48716</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using SAS academic OnDemand. Using the desktop version of SAS, I have had no issues with using the following code for creating a new datset to explore residuals from an ANOVA repeated measures model using PROC MIXED. However, with SAS OnDemand, it looks like the OUTPM option is not valid. Any thoughts on how I can obtain residuals to identify outliers and remove them from my analysis, using SAS OnDemand?? Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc mixed data=PreBW plots=studentpanel;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class id trt wk ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model bw=covbw trt wk trt*wk &amp;nbsp;/ddfm=kenwardroger outpm=resm vciry residual;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;repeated wk / subject=id(trt) type=csh;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 20:10:54 GMT</pubDate>
    <dc:creator>abl37</dc:creator>
    <dc:date>2025-06-12T20:10:54Z</dc:date>
    <item>
      <title>SAS OnDemand Outpm option in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968929#M48716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using SAS academic OnDemand. Using the desktop version of SAS, I have had no issues with using the following code for creating a new datset to explore residuals from an ANOVA repeated measures model using PROC MIXED. However, with SAS OnDemand, it looks like the OUTPM option is not valid. Any thoughts on how I can obtain residuals to identify outliers and remove them from my analysis, using SAS OnDemand?? Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc mixed data=PreBW plots=studentpanel;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class id trt wk ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model bw=covbw trt wk trt*wk &amp;nbsp;/ddfm=kenwardroger outpm=resm vciry residual;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;repeated wk / subject=id(trt) type=csh;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 20:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968929#M48716</guid>
      <dc:creator>abl37</dc:creator>
      <dc:date>2025-06-12T20:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS OnDemand Outpm option in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968951#M48717</link>
      <description>You can use the following&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/37/109.html" target="_blank"&gt;https://support.sas.com/kb/37/109.html&lt;/A&gt;&lt;BR /&gt;to Obtaining subject-specific parameter estimates and get its predicted value and its residual.</description>
      <pubDate>Fri, 13 Jun 2025 02:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968951#M48717</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-06-13T02:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS OnDemand Outpm option in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968980#M48718</link>
      <description>Hi, &lt;BR /&gt;PROC MIXED on ODA has the same functionality as the desktop version, including use of the OUTPM option. Please provide us your log and full MIXED output. That will help to diagnose the issue.</description>
      <pubDate>Fri, 13 Jun 2025 13:26:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/968980#M48718</guid>
      <dc:creator>JackieJ_SAS</dc:creator>
      <dc:date>2025-06-13T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS OnDemand Outpm option in Proc Mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/969178#M48720</link>
      <description>Hi! I figured it out. I have the OUTPM option in the wrong line in my code. Thanks!</description>
      <pubDate>Tue, 17 Jun 2025 12:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-OnDemand-Outpm-option-in-Proc-Mixed/m-p/969178#M48720</guid>
      <dc:creator>abl37</dc:creator>
      <dc:date>2025-06-17T12:26:45Z</dc:date>
    </item>
  </channel>
</rss>

