<?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 MIXED By statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254873#M13451</link>
    <description>&lt;P&gt;To be clear, use:&lt;/P&gt;
&lt;P&gt;proc mixed data=simulateddata(where=(size=5));&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2016 00:03:36 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2016-03-07T00:03:36Z</dc:date>
    <item>
      <title>PROC MIXED By statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254645#M13432</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset below and I wanted to fit a mixed model using PROC MIXED. I have a BY variable named Size, which indicates the sample size. I was wondering if there was any way I could limit the analyses to just Size = 5. So something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC MIXED data = SimulatedData;
by Size = 5;
model...;
random...;
repeated...;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but the BY statement will not allow me to specify a certain condition for the variable. Does anybody have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2183iF9E5BE91D7BDAD87/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Screen Shot 2016-03-04 at 3.23.57 PM.png" title="Screen Shot 2016-03-04 at 3.23.57 PM.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 23:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254645#M13432</guid>
      <dc:creator>tbanh</dc:creator>
      <dc:date>2016-03-04T23:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED By statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254657#M13434</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;WHERE size=5;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 00:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254657#M13434</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-05T00:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED By statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254658#M13435</link>
      <description>In the BY statement?&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Sat, 05 Mar 2016 00:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254658#M13435</guid>
      <dc:creator>tbanh</dc:creator>
      <dc:date>2016-03-05T00:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED By statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254666#M13438</link>
      <description>&lt;P&gt;If you only have one size the BY doesn't matter - you only have one set of results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The WHERE is its own statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You our can leave the BY in, if your using it to generate titles.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 01:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254666#M13438</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-05T01:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED By statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254873#M13451</link>
      <description>&lt;P&gt;To be clear, use:&lt;/P&gt;
&lt;P&gt;proc mixed data=simulateddata(where=(size=5));&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 00:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-By-statement/m-p/254873#M13451</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-03-07T00:03:36Z</dc:date>
    </item>
  </channel>
</rss>

