Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tukey's Vacuum Cleaner

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

Sielinski/vacuum

Repository files navigation

CRAN_Status_BadgeCRAN checks

Vacuum is an implementation in R of three procedures developed byJohn Tukey: FUNOP (FUll NOrmal Plot), FUNOR-FUNOM(FUll NOrmal Rejection-FUll NOrmal Modification), and vacuum cleaner.Combined, they provide a way to identify, treat, and analyze outliersin two-way (i.e., contingency) tables, as described in hislandmark paper "The Future of Data Analysis", Tukey, John W. (1962)https://www.jstor.org/stable/2237638.

Installation

You can install the released version of vacuum fromCRAN with:

install.packages("vacuum")

You can install the development version, which currently contains only documentation changes, fromGitHub with:

# install.packages("devtools")devtools::install_github("sielinski/vacuum")

Example

funop identifies outliers in a numeric vector:

library(vacuum)# example datadat<-  c(14,-104,-97,-59,-161,93,454,-341,54,137,473,45,193,22)# outliers flagged as TRUE in the "special" columnfunop(dat)

About

Tukey's Vacuum Cleaner

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp