statsplot2: Graphs and Plots

View source: R/statsplot2.h.R

statsplot2R Documentation

Graphs and Plots

Description

Function for Generating Plots and Graphs Based on Variable Types.

Usage

statsplot2(
  data,
  dep,
  group,
  grvar,
  direction = "independent",
  distribution = "p",
  alluvsty = "t1",
  excl = FALSE,
  originaltheme = FALSE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

direction

select measurement type (repeated or independent)

distribution

select distribution type (parametric or nonparametric)

alluvsty

.

excl

.

originaltheme

.

Value

A results object containing:

results$todo a html
results$text4 a preformatted
results$plot an image

Examples


# example will be added


sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.