corCI_low: Function to return the lower bound of the confidence interval...

Description Usage Arguments Value

View source: R/datacollation.R

Description

Function to return the lower bound of the confidence interval of a Spearman's rank correlation coefficient. This function is created to work with find_correlations

Usage

1
corCI_low(Var1, Var2)

Arguments

Var1

first variable of interest

Var2

second variable of interest

Value

lower 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.


robjohnnoble/demonanalysis documentation built on June 30, 2020, 12:47 a.m.