cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
XN
XN
Level I

Cpk/Ppk Week over Week trend chart

Hi Everyone,

 

How can we have a plot for CPK/PPK Week over Week trend? I would like to compare the results across weeks to see if the results improves/worsens? 

 

I sample script would be best helpful :)

 

Thanks! 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Cpk/Ppk Week over Week trend chart

Assuming you have a data table that has a column that indicates the week and a column that contains the measurement values, with the Spec Limits populated as Column Properties for the measurement Column.

txnelson_0-1654204071663.png

 

Go to

     Analyze=>Quality and Process=>Process Capability

Fill in the Y, Process variable and place the column that has your week value into the "By" selection area

txnelson_1-1654204271077.png

In the output report window, hold down the CNTL key, and then click on the red triangle for the Process Capability, and select

     Summary Reports=>Within Sigma Summary Report

Holding down the CNTL key will signal JMP to create the report for all of the Weeks.

txnelson_2-1654204549983.png

Right click on the summary report, and select

     Create Combined Data Table

txnelson_3-1654204660716.png

This will create a new data table that has all of the Cp/Cpk information for each week, which you can then use as your report

txnelson_4-1654204792979.png

 

 

 

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: Cpk/Ppk Week over Week trend chart

Assuming you have a data table that has a column that indicates the week and a column that contains the measurement values, with the Spec Limits populated as Column Properties for the measurement Column.

txnelson_0-1654204071663.png

 

Go to

     Analyze=>Quality and Process=>Process Capability

Fill in the Y, Process variable and place the column that has your week value into the "By" selection area

txnelson_1-1654204271077.png

In the output report window, hold down the CNTL key, and then click on the red triangle for the Process Capability, and select

     Summary Reports=>Within Sigma Summary Report

Holding down the CNTL key will signal JMP to create the report for all of the Weeks.

txnelson_2-1654204549983.png

Right click on the summary report, and select

     Create Combined Data Table

txnelson_3-1654204660716.png

This will create a new data table that has all of the Cp/Cpk information for each week, which you can then use as your report

txnelson_4-1654204792979.png

 

 

 

Jim

Recommended Articles