summary_ggoutlier {GGoutlieR} | R Documentation |
Get a summary table from the 'ggoutlier' output
summary_ggoutlier(ggoutlier_res)
ggoutlier_res |
output from the function 'ggoutlier' |
a table contains IDs of outliers and p-values.
library(GGoutlieR)
data(ggoutlier_example) # get an example output of ggoutlier
head(summary_ggoutlier(ggoutlier_example))