<?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: Nextrval vs. Nextrobs. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/699903#M9502</link>
    <description>&lt;P&gt;Yes this is helpful. Thank You.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 17:24:57 GMT</pubDate>
    <dc:creator>Matim</dc:creator>
    <dc:date>2020-11-18T17:24:57Z</dc:date>
    <item>
      <title>Nextrval vs. Nextrobs.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685549#M9393</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In my SAS programming course that I'm taking online, I'm on lesson 3 and I have learned how to change the number of extreme values in an observation by using the nextrval option. I referred to it in an area of the SAS documentation called "Identifying Extreme Observations and Extreme Values". I applied this statement to my programming code and after running the program, the number of extreme observations did not change, but then in the solution the option was nextrobs. Why was this used instead of nextrval and are there different options that I may use to change the number of extreme observations starting with next? I'm confused here, so any clarity will be appreciated in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 22:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685549#M9393</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-09-21T22:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nextrval vs. Nextrobs.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685552#M9394</link>
      <description>&lt;P&gt;I think you may want to share the entire code that you have questions about. Better might be to copy the code and messages from the log and paste all of that into a code box opened on the forum with the &amp;lt;/&amp;gt; icon to preserve readability and any diagnostics that may appear.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 22:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685552#M9394</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-21T22:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nextrval vs. Nextrobs.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685555#M9395</link>
      <description>&lt;P&gt;Assuming you're referring tot his, the key difference appears to be &lt;STRONG&gt;observations&lt;/STRONG&gt; versus &lt;STRONG&gt;values&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have duplicate &lt;STRONG&gt;values&lt;/STRONG&gt; that's when the results may differ.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This part of the example illustrates the difference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A tabindex="0" href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples03.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#procstat.univariate.ex3outb" data-docset-id="procstat" data-docset-version="9.4" data-original-href="#procstat.univariate.ex3outb"&gt;Output 4.3.2&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;shows that the values 78 and 80 occurred twice for&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Diastolic&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;and the maximum of&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Diastolic&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;is 110. Note that&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples03.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#procstat.univariate.ex3outa" data-docset-id="procstat" data-docset-version="9.4" data-original-href="#procstat.univariate.ex3outa"&gt;Output 4.3.1&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;displays the value of 80 twice for&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-varname"&gt;Diastolic&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;because there are two observations with that value. In&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples03.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#procstat.univariate.ex3outb" data-docset-id="procstat" data-docset-version="9.4" data-original-href="#procstat.univariate.ex3outb"&gt;Output 4.3.2&lt;/A&gt;&lt;SPAN&gt;, the value 80 is only displayed once.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does that help?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/323513"&gt;@Matim&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;In my SAS programming course that I'm taking online, I'm on lesson 3 and I have learned how to change the number of extreme values in an observation by using the nextrval option. I referred to it in an area of the SAS documentation called "Identifying Extreme Observations and Extreme Values". I applied this statement to my programming code and after running the program, the number of extreme observations did not change, but then in the solution the option was nextrobs. Why was this used instead of nextrval and are there different options that I may use to change the number of extreme observations starting with next? I'm confused here, so any clarity will be appreciated in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 23:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/685555#M9395</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-21T23:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nextrval vs. Nextrobs.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/699903#M9502</link>
      <description>&lt;P&gt;Yes this is helpful. Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Nextrval-vs-Nextrobs/m-p/699903#M9502</guid>
      <dc:creator>Matim</dc:creator>
      <dc:date>2020-11-18T17:24:57Z</dc:date>
    </item>
  </channel>
</rss>

