summary_ggoutlier: Summarize GGoutlieR results

View source: R/summary_ggoutlier.R

summary_ggoutlierR 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))

GGoutlieR documentation built on Oct. 16, 2023, 1:06 a.m.