<?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 Covariavel no SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831858#M328787</link>
    <description>&lt;PRE class=""&gt;&lt;SPAN class=""&gt;I have a problem:
I'm using the following:
PROC MIXED;
CLASS Genotype;
MODEL sheep weight=age year of birth sex;
RANDOM age of mother;
RUN;

I want to add two covariates to the model. So my question is where in the model can I put the covariates that I defined for example, father's weight, father's age.

Thank you very much&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 05 Sep 2022 23:37:56 GMT</pubDate>
    <dc:creator>jcjerim</dc:creator>
    <dc:date>2022-09-05T23:37:56Z</dc:date>
    <item>
      <title>Covariavel no SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831858#M328787</link>
      <description>&lt;PRE class=""&gt;&lt;SPAN class=""&gt;I have a problem:
I'm using the following:
PROC MIXED;
CLASS Genotype;
MODEL sheep weight=age year of birth sex;
RANDOM age of mother;
RUN;

I want to add two covariates to the model. So my question is where in the model can I put the covariates that I defined for example, father's weight, father's age.

Thank you very much&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Sep 2022 23:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831858#M328787</guid>
      <dc:creator>jcjerim</dc:creator>
      <dc:date>2022-09-05T23:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Covariavel no SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831896#M328797</link>
      <description>&lt;P&gt;You put the covariates in the MODEL statement to the right of the equal sign, it doesn't matter where.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831896#M328797</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-09-06T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Covariavel no SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831904#M328804</link>
      <description>Are  these " two covariates" FIXED effect or RANDOM effect. if they are FIXED,put them into MODEL statement, otherwise put them into RANDOM statement.</description>
      <pubDate>Tue, 06 Sep 2022 11:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Covariavel-no-SAS/m-p/831904#M328804</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-09-06T11:58:57Z</dc:date>
    </item>
  </channel>
</rss>

