Skip to contents

Correlation between group aggregates

Usage

cor_between(var1, var2, group, data, print = T, ...)

Arguments

var1

Character name of variable 1, or a list of characters (in this case var2 is ignored)

var2

Character name of variable 2.

group

Character name of group variable.

data

Dataset

print

Logical. Should the correlation table be printed?

...

Passed to `cor.test`