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
RandomFed
Level I

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 I

Re: Rosner's Outlier Test

Thanks!

Recommended Articles