Learn R Programming

sbpiper (version 1.9.0)

compute_fratio_threshold: Compute the fratio threshold for the confidence level.

Description

Compute the fratio threshold for the confidence level.

Usage

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

Run this code
# NOT RUN {
compute_fratio_threshold(params=5, data_points=100)
compute_fratio_threshold(params=5, data_points=100, level=0.01)
# }

Run the code above in your browser using DataLab