<?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 boxcox error in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/boxcox-error/m-p/683550#M32909</link>
    <description>&lt;PRE&gt;  ODS GRAPHICS OFF;

222  ODS GRAPHICS ON;
223   PROC TRANSREG DATA = work6 TEST;
224   MODEL BOXCOX(VT_ln) = IDENTITY(y1p_vs01A11 weight_kg y1p_G_AGE );
225   RUN;

ERROR: 187 invalid values were encountered while attempting to transform
       variable VT_ln.
WARNING: Ordinary missing values were found or an UNTIE transformation or
         the UNTIE= option was specified.  The utility of the hypothesis
         tests are dubious since one parameter must be estimated for each
         of these values.  If you really want to do this, ensure that no
         observations are duplicated -- combine duplicate observations and
         use a FREQ statement.  If you do not, the parameter count may be
         too large and the tests overly conservative.  However, it is best
         to avoid this situation altogether.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Can someone help with the warning here? What should I do with my response variable?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 03:22:10 GMT</pubDate>
    <dc:creator>gx2144</dc:creator>
    <dc:date>2020-09-14T03:22:10Z</dc:date>
    <item>
      <title>boxcox error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/boxcox-error/m-p/683550#M32909</link>
      <description>&lt;PRE&gt;  ODS GRAPHICS OFF;

222  ODS GRAPHICS ON;
223   PROC TRANSREG DATA = work6 TEST;
224   MODEL BOXCOX(VT_ln) = IDENTITY(y1p_vs01A11 weight_kg y1p_G_AGE );
225   RUN;

ERROR: 187 invalid values were encountered while attempting to transform
       variable VT_ln.
WARNING: Ordinary missing values were found or an UNTIE transformation or
         the UNTIE= option was specified.  The utility of the hypothesis
         tests are dubious since one parameter must be estimated for each
         of these values.  If you really want to do this, ensure that no
         observations are duplicated -- combine duplicate observations and
         use a FREQ statement.  If you do not, the parameter count may be
         too large and the tests overly conservative.  However, it is best
         to avoid this situation altogether.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Can someone help with the warning here? What should I do with my response variable?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 03:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/boxcox-error/m-p/683550#M32909</guid>
      <dc:creator>gx2144</dc:creator>
      <dc:date>2020-09-14T03:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: boxcox error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/boxcox-error/m-p/683651#M32912</link>
      <description>&lt;P&gt;There are two things going on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ERROR is because 187 observations for the variable VT_ln are negative or 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The WARNING is because the VT_ln has missing values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_transreg_details12.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;The WARNING is discussed in the doc.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For more discussion, see this &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/PROC-TRANSREG-AND-ANOVA/td-p/580877" target="_self"&gt;previous thread.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 13:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/boxcox-error/m-p/683651#M32912</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-09-14T13:26:48Z</dc:date>
    </item>
  </channel>
</rss>

