<?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 WARNING: An ALPHA value has been provided without requesting confidence limits. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-An-ALPHA-value-has-been-provided-without-requesting/m-p/595426#M76131</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know why I'm getting the message but why should PROC MEANS care about that. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods select none;
 proc means data=M_STATS_IN_ROWS_03_sl N MEAN STDDEV MEDIAN MIN MAX alpha=.1 completetypes stackodsoutput;
 class xtrt / order=data preloadfmt mlf missing;
 var weight;
 ods output summary=M_STATS_IN_ROWS_03_cvars(drop=_control_ nobs rename=(variable=_variable_));
 run;
WARNING: An ALPHA value has been provided without requesting confidence limits.
NOTE: The data set WORK.M_STATS_IN_ROWS_03_CVARS has 3 observations and 8 variables.
NOTE: There were 19 observations read from the data set WORK.M_STATS_IN_ROWS_03_SL.&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 Oct 2019 14:43:10 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2019-10-10T14:43:10Z</dc:date>
    <item>
      <title>WARNING: An ALPHA value has been provided without requesting confidence limits.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-An-ALPHA-value-has-been-provided-without-requesting/m-p/595426#M76131</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know why I'm getting the message but why should PROC MEANS care about that. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods select none;
 proc means data=M_STATS_IN_ROWS_03_sl N MEAN STDDEV MEDIAN MIN MAX alpha=.1 completetypes stackodsoutput;
 class xtrt / order=data preloadfmt mlf missing;
 var weight;
 ods output summary=M_STATS_IN_ROWS_03_cvars(drop=_control_ nobs rename=(variable=_variable_));
 run;
WARNING: An ALPHA value has been provided without requesting confidence limits.
NOTE: The data set WORK.M_STATS_IN_ROWS_03_CVARS has 3 observations and 8 variables.
NOTE: There were 19 observations read from the data set WORK.M_STATS_IN_ROWS_03_SL.&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Oct 2019 14:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-An-ALPHA-value-has-been-provided-without-requesting/m-p/595426#M76131</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-10-10T14:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: An ALPHA value has been provided without requesting confidence limits.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-An-ALPHA-value-has-been-provided-without-requesting/m-p/595442#M76132</link>
      <description>&lt;P&gt;Since the only purpose of Alpha from the procedures point of view affects creation of confidence intervals I put this warning in the "helpful reminder" category.&amp;nbsp;Sort of assuming&amp;nbsp;you intended to request confidence limits but just forgot the request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-An-ALPHA-value-has-been-provided-without-requesting/m-p/595442#M76132</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-10T15:14:33Z</dc:date>
    </item>
  </channel>
</rss>

