Hello,
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.
Thank You
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 </> icon to preserve readability and any diagnostics that may appear.
Yes this is helpful. Thank You.
Assuming you're referring tot his, the key difference appears to be observations versus values.
If you have duplicate values that's when the results may differ.
This part of the example illustrates the difference:
Output 4.3.2 shows that the values 78 and 80 occurred twice for
Diastolicand the maximum ofDiastolicis 110. Note that Output 4.3.1 displays the value of 80 twice forDiastolicbecause there are two observations with that value. In Output 4.3.2, the value 80 is only displayed once.
Does that help?
@Matim wrote:
Hello,
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.
Thank You
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.