rhoCI: Confidence interval of a correlation coefficient

View source: R/spec-model.R

rhoCIR Documentation

Confidence interval of a correlation coefficient

Description

Confidence interval of a correlation coefficient

Usage

rhoCI(rho, n, alpha = 0.05)

Arguments

rho

correlation coefficient

n

number of data points used to estimate correlation coefficient

alpha

confidence level

Value

a dataframe

Examples

rhoCI(rho = seq(0.1, 0.9, 0.1), n = c(100))

EarthSystemDiagnostics/psem documentation built on March 3, 2024, 10:24 p.m.