BookmarkSubscribeRSS Feed
wkossack
Calcite | Level 5
I'm working on a project to draw control charts.

Ive generated output using PROC Shewhart Irchart but my variance changes significantly about 1/3rd of the way through the data.

Is there a way to have the limits self adjust when the variance changes? It looks like there may be a way of doing it in Shewhart but it is hard to tell for sure.

I've seen something about proc macontrol. I've tried copying the generated code in EG from shewhart and putting in the code for proc macontrol but so far it is not working
1 REPLY 1
Jay
Calcite | Level 5 Jay
Calcite | Level 5
Yes there is a way.

Key words: READPHASES= and READINDEXES=

You may have to use these options in the code, I don't recall them being in an EG task. Conceptually you willl have two sets of control limits, one for phase one and another for phase two, etc. of the data.

This link will / should take you to the on-line documenation and an example:

http://support.sas.com/documentation/cdl/en/qcug/63922/HTML/default/viewer.htm#/documentation/cdl/en...

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1910 views
  • 0 likes
  • 2 in conversation