Learn R Programming

GGoutlieR (version 1.0.2)

summary_ggoutlier: Summarize GGoutlieR results

Description

Get a summary table from the `ggoutlier` output

Usage

summary_ggoutlier(ggoutlier_res)

Value

a table contains IDs of outliers and p-values.

Arguments

ggoutlier_res

output from the function `ggoutlier`

Examples

Run this code
library(GGoutlieR)
data(ggoutlier_example) # get an example output of ggoutlier
head(summary_ggoutlier(ggoutlier_example))

Run the code above in your browser using DataLab