<?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: Choose the first N classes for proc glm in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513664#M138419</link>
    <description>You can add a WHERE statement to your PROC. In general this works across most procedures.</description>
    <pubDate>Thu, 15 Nov 2018 21:44:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-15T21:44:05Z</dc:date>
    <item>
      <title>Choose the first N classes for proc glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513636#M138406</link>
      <description>&lt;P&gt;Say, I have a program like this, where x1 is a categorical variable with 5 levels, and x2, x3 are continuous variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glm data=mydata;&lt;/P&gt;&lt;P&gt;class x1;&lt;/P&gt;&lt;P&gt;model y=x1 x2 x3;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm pretty sure that only the first 3 levels of x1 are significant to y. Is there any way to only include the first 3 levels of x1 in the model statement? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 21:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513636#M138406</guid>
      <dc:creator>liyongkai800</dc:creator>
      <dc:date>2018-11-15T21:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Choose the first N classes for proc glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513664#M138419</link>
      <description>You can add a WHERE statement to your PROC. In general this works across most procedures.</description>
      <pubDate>Thu, 15 Nov 2018 21:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513664#M138419</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-15T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Choose the first N classes for proc glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513874#M138521</link>
      <description>Thanks, I complicate the question too much.</description>
      <pubDate>Fri, 16 Nov 2018 13:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Choose-the-first-N-classes-for-proc-glm/m-p/513874#M138521</guid>
      <dc:creator>liyongkai800</dc:creator>
      <dc:date>2018-11-16T13:53:03Z</dc:date>
    </item>
  </channel>
</rss>

