jjbetweenstats: Box-Violin Plots to Compare Between Groups

View source: R/jjbetweenstats.h.R

jjbetweenstatsR Documentation

Box-Violin Plots to Compare Between Groups

Description

Box-Violin Plots to Compare Between Groups

Usage

jjbetweenstats(
  data,
  dep,
  group,
  grvar = NULL,
  centralityplotting = FALSE,
  centralitytype = "parametric",
  typestatistics = "parametric",
  pairwisecomparisons = FALSE,
  pairwisedisplay = "significant",
  padjustmethod = "holm",
  effsizetype = "biased",
  violin = TRUE,
  boxplot = TRUE,
  point = TRUE,
  mytitle = "Within Group Comparison",
  xtitle = "",
  ytitle = "",
  originaltheme = FALSE,
  resultssubtitle = TRUE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

centralityplotting

.

centralitytype

.

typestatistics

.

pairwisecomparisons

.

pairwisedisplay

.

padjustmethod

.

effsizetype

.

violin

.

boxplot

.

point

.

mytitle

.

xtitle

.

ytitle

.

originaltheme

.

resultssubtitle

.

Value

A results object containing:

results$todo a html
results$plot2 an image
results$plot an image

Examples


# example will be added


sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.