f_conditional_ncp_mle: Compute the mle of the non-centrality parameter of an F...

Description Usage Arguments

Description

Compute the mle of the non-centrality parameter of an F test-statistic conditional on selection

Usage

1
2
f_conditional_ncp_mle(x, df1 = 1, df2 = Inf, pval_threshold = 0.05,
  threshold = NULL)

Arguments

x

the observed value

df1

the numerator degrees of freedom

df2

the denominator degrees of freedom

pval_threshold

the pvalue corresponding to the chisq-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 x > threshold. Takes precedence to pval_threshold.


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