cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

Rosner's Outlier Test

RandomFed
Level I

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 I


Re: Rosner's Outlier Test

Thanks!