Description Usage Arguments Value
View source: R/datacollation.R
Function to return the upper bound of the confidence interval of a Spearman's rank correlation coefficient. This function is created to work with find_correlations
1 | corCI_high(Var1, Var2)
|
Var1 |
first variable of interest |
Var2 |
second variable of interest |
upper bound of the confidence interval of a Spearman's rank correlation coefficient, computed by bootpstraping, with nrep = 500 the number of replicates for bootstraping and conf.level = 0.95 the confidence level of the interval. return NA if no confidence interval has been computed, instead of NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.