<?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: Multi categorical variable ancova in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multi-categorical-variable-ancova/m-p/488827#M25394</link>
    <description>&lt;P&gt;A simple place to start is in PROC GLM or PROC GLIMMIX, depending on what assumptions you want to make about the error distribution of the Y variable, something you haven't mentioned. What is your Y variable? What distribution are the errors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, if the variable Y has normally distributed errors, then use PROC GLM like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
     class categoryvariablename1 categoryvariablename2 
         categoryvariablename3 binaryvariablename;
     model y=continuousvariable categoryvariablename1 
         categoryvariablename2 categoryvariablename3 binaryvariablename/solution;
     lsmeans categoryvariablename1 categoryvariablename2
         categoryvariablename3 binaryvariablename;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Aug 2018 13:48:09 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-08-22T13:48:09Z</dc:date>
    <item>
      <title>Multi categorical variable ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multi-categorical-variable-ancova/m-p/488783#M25393</link>
      <description>Hello all! I’m a student and I’m having a lot of trouble even beginning this project. Not sure how to even start here. I have thousands of data points.&lt;BR /&gt;&lt;BR /&gt;Essentially I have 5 variables. 3 of which have multiple categories (4+), 1 continuous variable, and 1 dual category variable (e.g. something like gender). How do I use ancova to analyze these! I’m so confused. I don’t even know where to begin. Please help! I’m using SAS</description>
      <pubDate>Wed, 22 Aug 2018 06:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multi-categorical-variable-ancova/m-p/488783#M25393</guid>
      <dc:creator>Yasmeena739</dc:creator>
      <dc:date>2018-08-22T06:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multi categorical variable ancova</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multi-categorical-variable-ancova/m-p/488827#M25394</link>
      <description>&lt;P&gt;A simple place to start is in PROC GLM or PROC GLIMMIX, depending on what assumptions you want to make about the error distribution of the Y variable, something you haven't mentioned. What is your Y variable? What distribution are the errors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, if the variable Y has normally distributed errors, then use PROC GLM like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
     class categoryvariablename1 categoryvariablename2 
         categoryvariablename3 binaryvariablename;
     model y=continuousvariable categoryvariablename1 
         categoryvariablename2 categoryvariablename3 binaryvariablename/solution;
     lsmeans categoryvariablename1 categoryvariablename2
         categoryvariablename3 binaryvariablename;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multi-categorical-variable-ancova/m-p/488827#M25394</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-22T13:48:09Z</dc:date>
    </item>
  </channel>
</rss>

