<?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 FitStatistics in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/FitStatistics/m-p/548358#M74430</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am working with repeated measurements analysis (several measurements over the same experimental unit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%MACRO MIX(HOY, SIGMA);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PROC MIXED DATA=UREA;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CLASS Tratamiento Animal Tiempo Cov;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MODEL UREA= Tratamiento Tratamiento*Tiempo Cov |Tiempo /DDFM=KR; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS OUTPUT "FitStatistics" OUT=&amp;amp;HOY(RENAME=(VALUE=V_&amp;amp;HOY));&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;REPEATED Tiempo/TYPE=&amp;amp;SIGMA SUBJECT=Animal;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;%MEND MIX;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I run the model without errors and I get results but I have several Warnings!!! See below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output 'OUT' was not created. Make sure that the output object&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;name, label, or path is spelled correctly. Also, verify that the&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;appropriate procedure options are used to produce the requested&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;output object. For example, verify that the NOPRINT option is not&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;used.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output ''Fit'' was not created. Make sure that the output object&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;name, label, or path is spelled correctly. Also, verify that the&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;appropriate procedure options are used to produce the requested&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;output object. For example, verify that the NOPRINT option is not&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;used.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;I cannot overcome this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;Can someone&amp;nbsp;give a hand with this? Thanks in advance.&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Apr 2019 21:59:04 GMT</pubDate>
    <dc:creator>Ana2017</dc:creator>
    <dc:date>2019-04-03T21:59:04Z</dc:date>
    <item>
      <title>FitStatistics</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/FitStatistics/m-p/548358#M74430</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am working with repeated measurements analysis (several measurements over the same experimental unit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%MACRO MIX(HOY, SIGMA);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PROC MIXED DATA=UREA;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CLASS Tratamiento Animal Tiempo Cov;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MODEL UREA= Tratamiento Tratamiento*Tiempo Cov |Tiempo /DDFM=KR; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS OUTPUT "FitStatistics" OUT=&amp;amp;HOY(RENAME=(VALUE=V_&amp;amp;HOY));&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;REPEATED Tiempo/TYPE=&amp;amp;SIGMA SUBJECT=Animal;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;%MEND MIX;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I run the model without errors and I get results but I have several Warnings!!! See below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output 'OUT' was not created. Make sure that the output object&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;name, label, or path is spelled correctly. Also, verify that the&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;appropriate procedure options are used to produce the requested&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;output object. For example, verify that the NOPRINT option is not&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;used.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Output ''Fit'' was not created. Make sure that the output object&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;name, label, or path is spelled correctly. Also, verify that the&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;appropriate procedure options are used to produce the requested&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;output object. For example, verify that the NOPRINT option is not&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;used.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;I cannot overcome this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;Can someone&amp;nbsp;give a hand with this? Thanks in advance.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Apr 2019 21:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/FitStatistics/m-p/548358#M74430</guid>
      <dc:creator>Ana2017</dc:creator>
      <dc:date>2019-04-03T21:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: FitStatistics</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/FitStatistics/m-p/548361#M74431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177259"&gt;@Ana2017&lt;/a&gt;&amp;nbsp; - it looks like there is an issue with the value of the macro variable &amp;amp;HOY. Could you tell us the value of this variable when the macro is called?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 23:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/FitStatistics/m-p/548361#M74431</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2019-04-03T23:56:15Z</dc:date>
    </item>
  </channel>
</rss>

