<?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: Mixed-effect Regression Model with RC method in SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Mixed-effect-Regression-Model-with-RC-method-in-SAS-Studio/m-p/610845#M8483</link>
    <description>&lt;P&gt;It is the following line which is throwing the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS LISTING EXCLUDE SOLUTIONR;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you just trying to exclude SolutionR from the output? If so, I think you want:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS EXCLUDE SolutionR;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Dec 2019 21:36:42 GMT</pubDate>
    <dc:creator>seeff</dc:creator>
    <dc:date>2019-12-10T21:36:42Z</dc:date>
    <item>
      <title>Mixed-effect Regression Model with RC method in SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Mixed-effect-Regression-Model-with-RC-method-in-SAS-Studio/m-p/610165#M8460</link>
      <description>&lt;PRE&gt;* MRM for RC method;
PROC MIXED data=bmi METHOD=ML COVTEST;
CLASS studyid;
MODEL ChildhoodBMIz = age/SOLUTION;
RANDOM INTERCEPT age/SUB=studyid TYPE=un G S cl;
ODS LISTING EXCLUDE SOLUTIONR; ODS OUTPUT SOLUTIONR=randnew SOLUTIONF=fixednew;
RUN;&lt;/PRE&gt;&lt;P&gt;I am using SAS Studio and am trying to run a mixed-effect regression model for the RC method. Above is my current code; however, I am receiving an ERROR message. Though I am unsure why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: The LISTING destination is not active; no select/exclude lists are available.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 07 Dec 2019 01:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Mixed-effect-Regression-Model-with-RC-method-in-SAS-Studio/m-p/610165#M8460</guid>
      <dc:creator>CynicalFire</dc:creator>
      <dc:date>2019-12-07T01:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed-effect Regression Model with RC method in SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Mixed-effect-Regression-Model-with-RC-method-in-SAS-Studio/m-p/610845#M8483</link>
      <description>&lt;P&gt;It is the following line which is throwing the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ODS LISTING EXCLUDE SOLUTIONR;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you just trying to exclude SolutionR from the output? If so, I think you want:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS EXCLUDE SolutionR;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Dec 2019 21:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Mixed-effect-Regression-Model-with-RC-method-in-SAS-Studio/m-p/610845#M8483</guid>
      <dc:creator>seeff</dc:creator>
      <dc:date>2019-12-10T21:36:42Z</dc:date>
    </item>
  </channel>
</rss>

