correlation_conditional_ci: Correlation Conditional CI

Description Usage Arguments

Description

Correlation Conditional CI

Usage

1
2
correlation_conditional_ci(corr, df, threshold = NULL,
  pval_threshold = 0.05, confidence_level = 0.95)

Arguments

corr

the observed correaltion

df

the size of the sample the correaltion was computed from

threshold

an alternative way to specify the selection threshold. If specificed, then the selection rule is assumed to be abs(x) > threshold. Takes precedence to pval_threshold.

pval_threshold

the pvalue corresponding to the correlation (under the null) must be below this value to be observed.

confidence_level

the desired confidence level of the confidence interval.


ammeir2/CoReAnalysis documentation built on May 17, 2019, 1:28 p.m.