<?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: How to compute the robust measure of scale Qn? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371459#M275853</link>
    <description>My dataset has no missing values.&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 28 Jun 2017 21:00:28 GMT</pubDate>
    <dc:creator>aminkarimid</dc:creator>
    <dc:date>2017-06-28T21:00:28Z</dc:date>
    <item>
      <title>How to compute the robust measure of scale Qn?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371103#M275851</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I use the PROC UNIVARIATE&amp;nbsp;statement to find outleirs.&lt;/P&gt;&lt;P&gt;Here are my codes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=sampledata05 robustscale plot;
var  price;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There is a warning?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;WARNING: The number of nonmissing observations for variable Price is too large to compute the robust
         measure of scale Qn. The statistic Qn is set to missing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I fix that?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371103#M275851</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-28T00:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute the robust measure of scale Qn?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371319#M275852</link>
      <description>&lt;P&gt;How many non-missing values do you have for Price? The message says that it can't compute the requested value because you have too many points. If you look into details of Qn there is a factorial component (part of an N choose R ) to the calculation and hence for large N cannot be computed in practical terms.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371319#M275852</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-28T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute the robust measure of scale Qn?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371459#M275853</link>
      <description>My dataset has no missing values.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 28 Jun 2017 21:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compute-the-robust-measure-of-scale-Qn/m-p/371459#M275853</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-28T21:00:28Z</dc:date>
    </item>
  </channel>
</rss>

