powered by
Compute the fratio threshold for the confidence level.
compute_fratio_threshold(params = 1, data_points = 2, level = 0.05)
the number of parameters
the number of data points
the confidence level threshold (e.g. 0.01, 0.05)
the f-ratio threshold
# 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