t_conditional_ncp_ci: Compute a conditional ci for a t-statistic non-centraility...

Description Usage Arguments

Description

Compute a conditional ci for a t-statistic non-centraility parameter

Usage

1
2
t_conditional_ncp_ci(x, df = Inf, pval_threshold, threshold = NULL,
  confidence_level = 0.95)

Arguments

x

the observed value

df

the degrees of freedom of x.

pval_threshold

the pvalue corresponding to the t-statistic (under the null) must be below this value to be observed.

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.

confidence_level

the desired confidence level of the confidence interval.


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