BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
VSht
Obsidian | Level 7

Hi,

There is a RAREEVENT procedure in SAS/QC, beautifully explained by Cat Truxillo in a video.

What resources are available for this in Base SAS or EG?

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

It is possible to do these computations and graphics without SAS/QC, but it requires that you understand the statistical methodology and the graphical techniques that are used. For many non-experts, this is a big learning curve, which is why they license SAS/QC to access these methods out of the box.

 

For example, look at the Getting Started example for the RAREEVENTS procedure. 

If you are familiar with the relevant statistics, you can do the following:

  • Use PROC UNIVARIATE to fit a geometric distribution the the LAGs of the events.
  • Use PROC SGPLOT to overlay the empirical lags and the expected lags.
  • Use the CDF function in Base SAS and the formulas in the RAREEVENTS documention to  compute the control limits.
  • Use PROC UNIVARIATE for the ECDF tests, if desired
  • Use the BAND statement and the SERIES statement in PROC SGPLOT to create the plot.

View solution in original post

2 REPLIES 2
Rick_SAS
SAS Super FREQ

It is possible to do these computations and graphics without SAS/QC, but it requires that you understand the statistical methodology and the graphical techniques that are used. For many non-experts, this is a big learning curve, which is why they license SAS/QC to access these methods out of the box.

 

For example, look at the Getting Started example for the RAREEVENTS procedure. 

If you are familiar with the relevant statistics, you can do the following:

  • Use PROC UNIVARIATE to fit a geometric distribution the the LAGs of the events.
  • Use PROC SGPLOT to overlay the empirical lags and the expected lags.
  • Use the CDF function in Base SAS and the formulas in the RAREEVENTS documention to  compute the control limits.
  • Use PROC UNIVARIATE for the ECDF tests, if desired
  • Use the BAND statement and the SERIES statement in PROC SGPLOT to create the plot.
VSht
Obsidian | Level 7
Thank you Rick. This is a great instruction.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 647 views
  • 1 like
  • 2 in conversation