spearman.ci: Asymptotic confidence intervals for correlation after...

Description Usage Arguments Value Author(s) References Examples

Description

Asymptotic confidence intervals for correlation after Spearman

Usage

1
spearman.ci(x, y, alpha = 0.05)

Arguments

x,y

numeric vectors of same length

alpha

confidence level

Value

vector of length 3, cor, lower, upper

Author(s)

Andi Boeck

References

Bernard Rosner Fundamentals of Biostatistics, 7th Edition page 500. (ISBN-13: 9780538733496)

Examples

1
2
3
height <- c(1.56, 1.34, 1.45, 1.23, 1.30, 1.27)
weight <- c(23, 54, 34, 22, 20, 31)
spearman.ci(height, weight)

Atools documentation built on May 2, 2019, 6:30 p.m.

Related to spearman.ci in Atools...