View source: R/summary_ggoutlier.R
summary_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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.