spearmanCI: Function to compute the confidence interval for the Spearman...

spearmanCIR Documentation

Function to compute the confidence interval for the Spearman correelation coefficient

Description

This function enables to compute the confidence interval for the Spearman correelation coefficient using the Fischer Z transformation.

Usage

spearmanCI(x, n, alpha = 0.05)

Arguments

x

Spearman correlation coefficient rho.

n

the sample size used to compute the Spearman rho.

alpha

alpha level for confidence interval.

Value

A vector containing the lower, upper values for the confidence interval and p-value for Spearman rho

Examples

spearmanCI(x=0.2, n=100, alpha=0.05)


bhklab/genefu documentation built on June 2, 2022, 2:56 p.m.