pedersebastian / outlieR

Identify, Filter and Visualisation of Outliers
https://pedersebastian.github.io/outlieR/
Other
0 stars 0 forks source link

outlieR

Lifecycle:
experimental R-CMD-check CRAN
status

The goal of outlieR is to …

Installation

You can install the development version of outlieR from GitHub with:

# install.packages("pak")
pak::pak("pedersebastian/outlieR")

Example dsaaa

This is a basic example which shows you how to solve a common problem:

library(outlieR)

@pedersebastian