Venn Diagram
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.