Skip to content

P10911004-NPUST/outlying

Repository files navigation

outlying

Repo_Status_Badge CRAN_Status_Badge R-CMD-check License: MIT Downloads Downloads

An R package which provides functions for detecting outliers in datasets using statistical methods. It supports identification of anomalous observations in numerical data and is intended for use in data cleaning, exploratory data analysis, and preprocessing workflows.

Installation

You can install the package from CRAN with:

install.packages("outlying")

or the development version from GitHub with:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("P10911004-NPUST/outlying")

Quick start

x <- round(c(rnorm(10, 0, 1), 5))
Grubbs_test(x)

TODO

About

Detect outliers

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages