Description Usage Arguments Value
View source: R/datacollation.R
Function to return the p.value of a two.sided test, using the spearman correlation coefficient for the test This function is created to work with find_correlations
1 | cor_pval(Var1, Var2, method = "spearman")
|
Var1 |
first variable of interest |
Var2 |
second variable of interest |
p.value of a two.sided test, using the spearman correlation coefficient for the test. pvalue are computed via the asymptotic t approximation (exact=FALSE). return NA if no p.value has been computed, instead of NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.