Calculating p values
Computes the p values based on the noncentrality parameters delta and lambda for the doubly noncentral t-distribution
get_p_values_new(delta, lambda, N, alpha = 0.05, df = sum(N - 2))
delta
: The first noncentrality parameterlambda
: The second noncentrality parameterN
: the amount of patients in the trialalpha
: significance leveldf
: degrees of freedoma p value
Useful links