cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar

Best statistical method for analyzing data set with a manufacturing change

Hello- I am working with the following data set. Column1 (#s 1-47) are lot numbers; Columns 2,3,4 are scientific results from an analysis. The rows highlighted represent a change that took place in our manufacturing process in which a new lot of a raw material was implemented. My goal is to understand if a change in the raw material lot has an impact on the analytical results. What statistical method(s) would you recommend to best deomnastrate this?

2 ACCEPTED SOLUTIONS

Accepted Solutions
statman
Super User

Re: Best statistical method for analyzing data set with a manufacturing change

I opened both your excel file (to see what rows you highlighted) and your JMP file.  They are not identical, so I used your excel file to create the appropriate JMP file.  I marked the rows you highlighted with an X.  If you open the file and click on the green arrows in the left hand zone of the file (labeled IR by lot and Multivariate).  These are 2 analysis of the data set.  I don't see any evidence the lot changes are unusual, although there are some other interesting points in the data set.

"All models are wrong, some are useful" G.E.P. Box

View solution in original post

Victor_G
Super User

Re: Best statistical method for analyzing data set with a manufacturing change

Hi @VariancePony864,

And welcome to the Community !
To add one graphical analysis suggestion based on the excellent comment by @statman, it could also be possible to use Model Driven Multivariate Control Charts (jmp.com), in order to have one chart taking into account your 4 (correlated) responses from your process.
This way, you could proceed with your analysis/inspection in two steps :

  1. Take a look at the Multivariate Control Chart to see if there is any unusual pattern or points (in a synthetic and global/macro view),
  2. For these potential unusual data points, see what are the responses most contributing to the deviation (just put your mouse over a datapoint to see the repartition of this "deviation" by responses), and have a look at individual response with the control charts recommended by statman.

 

Attached you'll find the datatable created by statman with a new script added "PCA Model Driven Multivariate Control Chart".
Hope this answer will help you,  

Victor GUILLER

"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)

View solution in original post

6 REPLIES 6
statman
Super User

Re: Best statistical method for analyzing data set with a manufacturing change

Welcome to the community.  There are multiple ways today this (not sure what "best" means), but I prefer graphical using control charts.  It looks like you  attached an Excel file.  Could you attach a JMP file and we can help format it correctly?

"All models are wrong, some are useful" G.E.P. Box

Re: Best statistical method for analyzing data set with a manufacturing change

sure thing, see attached, thank you!

statman
Super User

Re: Best statistical method for analyzing data set with a manufacturing change

I opened both your excel file (to see what rows you highlighted) and your JMP file.  They are not identical, so I used your excel file to create the appropriate JMP file.  I marked the rows you highlighted with an X.  If you open the file and click on the green arrows in the left hand zone of the file (labeled IR by lot and Multivariate).  These are 2 analysis of the data set.  I don't see any evidence the lot changes are unusual, although there are some other interesting points in the data set.

"All models are wrong, some are useful" G.E.P. Box
Victor_G
Super User

Re: Best statistical method for analyzing data set with a manufacturing change

Hi @VariancePony864,

And welcome to the Community !
To add one graphical analysis suggestion based on the excellent comment by @statman, it could also be possible to use Model Driven Multivariate Control Charts (jmp.com), in order to have one chart taking into account your 4 (correlated) responses from your process.
This way, you could proceed with your analysis/inspection in two steps :

  1. Take a look at the Multivariate Control Chart to see if there is any unusual pattern or points (in a synthetic and global/macro view),
  2. For these potential unusual data points, see what are the responses most contributing to the deviation (just put your mouse over a datapoint to see the repartition of this "deviation" by responses), and have a look at individual response with the control charts recommended by statman.

 

Attached you'll find the datatable created by statman with a new script added "PCA Model Driven Multivariate Control Chart".
Hope this answer will help you,  

Victor GUILLER

"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)

Re: Best statistical method for analyzing data set with a manufacturing change

Thank you both so much for your help! It is much apprecaited!

Re: Best statistical method for analyzing data set with a manufacturing change

Great question! When you have a manufacturing process change—like introducing a new raw material lot—and you want to see if it impacts your analytical results, the approach usually depends on whether your data is normally distributed and the sample size.

Here are some commonly used statistical methods:

  1. Two-Sample t-Test (or Welch’s t-Test)
    If your data is approximately normal and you have two groups (before and after the change), this test compares the means of the two groups.

  2. Mann-Whitney U Test
    If your data isn’t normally distributed, this non-parametric test is a good alternative to the t-test.

  3. ANOVA (Analysis of Variance)
    If you have more than two groups or want to analyze multiple factors, ANOVA can help identify if there’s a significant difference across groups.

  4. Regression Analysis
    If you want to control for other variables or see the magnitude of the change, regression is powerful—especially when combined with interaction terms.

In the Industrial IoT and digital manufacturing space, companies like Siemens and INS3 often use these statistical techniques embedded in advanced analytics platforms. These tools not only run the tests but also integrate real-time process data, which helps detect subtle shifts in quality early on.

If you have historical data, you could even implement control charts or CUSUM for ongoing monitoring—great for continuous process improvement.

Recommended Articles