venn: Venn Diagram

View source: R/venn.h.R

vennR Documentation

Venn Diagram

Description

Venn Diagram

Usage

venn(data, var1, var1true, var2, var2true, var3, var3true, var4, var4true)

Arguments

data

The dataset as a data frame containing the variables for analysis.

var1

A string naming the primary variable from data for the diagram.

var1true

The level in var1 that represents the positive condition.

var2

A string naming the secondary variable from data used in the diagram.

var2true

The level in var2 that represents the positive condition.

var3

An optional variable from data to include in the diagram.

var3true

The level in var3 that represents the positive condition.

var4

An optional variable from data for additional overlap analysis.

var4true

The level in var4 that represents the positive condition.

Value

A results object containing:

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

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