cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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