Learn R Programming

volker (version 2.1.0)

skim_boxplot: A skimmer for boxplot generation

Description

Returns a five point summary, mean and sd, items count and alpha for scales added by idx_add(). Additionally, the whiskers defined by the minimum respective maximum value within 1.5 * iqr are calculated. Outliers are returned in a list column.

Usage

skim_boxplot(data, ..., .data_name = NULL)

Arguments