ezcor {UCSCXenaShiny} | R Documentation |
Run Correlation between Two Variables and Support Group by a Variable
Description
Run Correlation between Two Variables and Support Group by a Variable
Usage
ezcor(
data = NULL,
split = FALSE,
split_var = NULL,
var1 = NULL,
var2 = NULL,
cor_method = "pearson",
adjust_method = "none",
use = "complete",
sig_label = TRUE,
verbose = TRUE
)
Arguments
data |
a |
split |
whether perform correlation grouped by a variable, default is 'FALSE' |
split_var |
a |
var1 |
a character, the first variable in correlation |
var2 |
a character, the second variable in correlation |
cor_method |
method="pearson" is the default value. The alternatives to be passed to cor are "spearman" and "kendall" |
adjust_method |
What adjustment for multiple tests should be used? ("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none") |
use |
use="pairwise" will do pairwise deletion of cases. use="complete" will select just complete cases |
sig_label |
whether add symbal of significance. P < 0.001, |
verbose |
if |
Value
a data.frame
Author(s)
Yi Xiong