#' ggstatsplot::ggscatterstats( #' data = mtcars_new, #' x = wt, #' y = mpg, #' type = "np", #' label.var = car, #' label.expression = wt < 4 & mpg < 20, #' axes.range.restrict = TRUE, #' centrality.para = "median", #' xfill = NULL #' ) #' ...
ggscatterstats( data, x, y, type = "parametric", conf.level = 0.95, bf.prior = 0.707, bf.message = TRUE, tr = 0.2, k = 2L, results.subtitle = TRUE, label.var = NULL, label.expression = NULL, point.args = list(size = 3, alpha = 0.4), point.width.jitter = 0, point.heigh...
https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/ggscatterstats.html See Also Examples ggstatsplot 'ggplot2' Based Plots with Statistical Details v0.7.2 GPL-3 | file LICENSE Authors Indrajeet Patil [cre, aut, cph] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)...