- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Rosner's Outlier Test
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Rosner's Outlier Test
Created:
Aug 19, 2022 08:37 AM
| Last Modified: Aug 19, 2022 5:39 AM
(1303 views)
| Posted in reply to message from RandomFed 08-19-2022
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.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Rosner's Outlier Test
Created:
Aug 19, 2022 08:37 AM
| Last Modified: Aug 19, 2022 5:39 AM
(1304 views)
| Posted in reply to message from RandomFed 08-19-2022
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Rosner's Outlier Test
Thanks!