compute_fratio_threshold: Compute the fratio threshold for the confidence level.

Description Usage Arguments Value Examples

View source: R/sbpiper_pe.r

Description

Compute the fratio threshold for the confidence level.

Usage

1
compute_fratio_threshold(params = 1, data_points = 2, level = 0.05)

Arguments

params

the number of parameters

data_points

the number of data points

level

the confidence level threshold (e.g. 0.01, 0.05)

Value

the f-ratio threshold

Examples

1
2
compute_fratio_threshold(params=5, data_points=100)
compute_fratio_threshold(params=5, data_points=100, level=0.01)

sbpiper documentation built on May 2, 2019, 8:53 a.m.