cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

Rosner's Outlier Test

Good afternoon,

is it possible to perform the Rosner's Outlier Test in JMP?

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Rosner's Outlier Test

it is possible to perform this test but there is no built-in capability. (JMP provides many exploratory tools for identifying outliers but none of the popular outlier tests such as those by Grubbs, Dixon, or Rosner.) You can write a script to implement it and extend JMP. You can also use the R package with JMP and return the test results.

View solution in original post

2 REPLIES 2

Re: Rosner's Outlier Test

it is possible to perform this test but there is no built-in capability. (JMP provides many exploratory tools for identifying outliers but none of the popular outlier tests such as those by Grubbs, Dixon, or Rosner.) You can write a script to implement it and extend JMP. You can also use the R package with JMP and return the test results.

RandomFed
Level II

Re: Rosner's Outlier Test

Thanks!

Recommended Articles