inst/App/About.md

Outliers methods

Interquartile range (Tukey’s rule)

The interquartile range is often used to find outliers in data. Outliers here are defined as observations that fall below Q1 − 1.5 IQR or above Q3 + 1.5 IQR. In a boxplot, the highest and lowest occurring value within this limit are indicated by whiskers of the box (frequently with an additional bar at the end of the whisker) and any outliers as individual points.

https://www.purplemath.com/modules/boxwhisk3.htm https://www.linkedin.com/pulse/outlier-treatment-tukeys-method-r-swanand-marathe/

Grubbs

Dixon

Rmarkdown

https://stackoverflow.com/questions/34535155/figure-size-in-r-markdown



gfsarmanho/Outliers.App documentation built on May 14, 2019, 12:09 p.m.