summary_ggoutlier {GGoutlieR}R Documentation

Summarize GGoutlieR results

Description

Get a summary table from the 'ggoutlier' output

Usage

summary_ggoutlier(ggoutlier_res)

Arguments

ggoutlier_res

output from the function 'ggoutlier'

Value

a table contains IDs of outliers and p-values.

Examples

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

[Package GGoutlieR version 1.0.2 Index]