<?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: Anything wrong with the code? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447161#M283318</link>
    <description>&lt;P&gt;One concern is that you may be running low on degrees of freedom for error, and possibly eliminating the three-way interaction might help. Generally, I don't put three-way interactions into a model without having some subject matter reason for thinking it belongs. Other than that, it seems like the right model.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 15:17:01 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-03-20T15:17:01Z</dc:date>
    <item>
      <title>Anything wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447142#M283314</link>
      <description>&lt;P&gt;Hi everyone! I have a quick question. I'm using this code to check for if there is a correlation between edad*musc, edad*sexo, musc*sexo and edad*musc*sexo. My question is, in the random statement, is it correct to write toro(edad) like I'm doing? My only random would be toro, which is my independent variable, but edad, as well as musc and sexo are all dependent variables.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=cruza;&lt;BR /&gt;class edad musc sexo toro;&lt;BR /&gt;model tern_co = edad | musc| sexo;&lt;BR /&gt;random toro(edad);&lt;BR /&gt;lsmeans edad | musc | sexo / pdiff lines;&lt;BR /&gt;proc glimmix data=cruza;&lt;BR /&gt;class edad musc sexo toro;&lt;BR /&gt;model Tern_cr = edad | musc| sexo;&lt;BR /&gt;random Toro(Edad);&lt;BR /&gt;lsmeans edad | musc| sexo / pdiff lines;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447142#M283314</guid>
      <dc:creator>ValeriaRodz</dc:creator>
      <dc:date>2018-03-20T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447143#M283315</link>
      <description>&lt;P&gt;Impossible to answer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't know what the variables edad musc sexo and toro represent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't know the design of your study either, which would also inform us about what the proper model and random statements are.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447143#M283315</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-20T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447146#M283316</link>
      <description>Hi! Sorry for not being specific. I'm studying the effect of castration&lt;BR /&gt;(sexo) and slaughter age (edad) in meat quality in two different muscles&lt;BR /&gt;(musc). We used 30 animals in total, 15 of them were castrated and 15&lt;BR /&gt;remained intact. So each animal is represented by the (toro) variable.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447146#M283316</guid>
      <dc:creator>ValeriaRodz</dc:creator>
      <dc:date>2018-03-20T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447154#M283317</link>
      <description>&lt;P&gt;That's a fairly complex model for only 30 observations...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447154#M283317</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-20T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Anything wrong with the code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447161#M283318</link>
      <description>&lt;P&gt;One concern is that you may be running low on degrees of freedom for error, and possibly eliminating the three-way interaction might help. Generally, I don't put three-way interactions into a model without having some subject matter reason for thinking it belongs. Other than that, it seems like the right model.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anything-wrong-with-the-code/m-p/447161#M283318</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-20T15:17:01Z</dc:date>
    </item>
  </channel>
</rss>

