<?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: Robust Mean and Robust Sigma in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/687164#M33114</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/348947"&gt;@Ferdz&lt;/a&gt;&amp;nbsp;said:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;there is no other way...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;But there are other ways to do this in SAS.&amp;nbsp;&lt;/SPAN&gt;PROC UNIVARIATE can compute robust means and robust variances, which are different than what you explain.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:21:07 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-09-28T11:21:07Z</dc:date>
    <item>
      <title>Robust Mean and Robust Sigma</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686317#M33052</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm just wondering if there is any other way of extracting "robust means" and "robust sigmas" of multiple units/rows, other than from individual Distribution &amp;gt;&amp;gt; Summary Statistics.&lt;/P&gt;&lt;P&gt;I'm looking on a tabulated form similar to Cols &amp;gt;&amp;gt; Columns viewer &amp;gt;&amp;gt; Summary statistics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686317#M33052</guid>
      <dc:creator>Ferdz</dc:creator>
      <dc:date>2020-09-24T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Robust Mean and Robust Sigma</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686321#M33054</link>
      <description>&lt;P&gt;Sample from Columns Viewer&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Columns viewer Mean SD" style="width: 756px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49747i463806179D4B06DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Columns Viewer Mean SD.PNG" alt="Columns viewer Mean SD" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Columns viewer Mean SD&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686321#M33054</guid>
      <dc:creator>Ferdz</dc:creator>
      <dc:date>2020-09-24T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Robust Mean and Robust Sigma</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686325#M33055</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_syntax01.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;PROC UNIVARIATE&lt;/A&gt; can compute trimmed means and robust estimates of scale for columns (variables) in a SAS data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not aware of a way to do this for "multiple units/rows", but you could transpose your rows into columns and then run PROC UNIVARIATE.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 10:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/686325#M33055</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-24T10:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Robust Mean and Robust Sigma</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/687122#M33111</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured there is no other way but to do the computation.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Quartiles can be enabled in Summary Statistics;&amp;nbsp; Columns View &amp;gt;&amp;gt;&amp;gt; Show Quartiles&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Will Show MEDIAN, LOWER QUARTILE and UPPER QUARTILE&lt;/P&gt;&lt;P&gt;2. From here;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Robust mean = Median&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Robust Std Dev = (Upper Quartile - Lower Quartile)/1.35&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 02:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/687122#M33111</guid>
      <dc:creator>Ferdz</dc:creator>
      <dc:date>2020-09-28T02:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Robust Mean and Robust Sigma</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/687164#M33114</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/348947"&gt;@Ferdz&lt;/a&gt;&amp;nbsp;said:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;there is no other way...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;But there are other ways to do this in SAS.&amp;nbsp;&lt;/SPAN&gt;PROC UNIVARIATE can compute robust means and robust variances, which are different than what you explain.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Robust-Mean-and-Robust-Sigma/m-p/687164#M33114</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-28T11:21:07Z</dc:date>
    </item>
  </channel>
</rss>

