get_p_values_new | R Documentation |
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 parameter |
lambda |
The second noncentrality parameter |
N |
the amount of patients in the trial |
alpha |
significance level |
df |
degrees of freedom |
a p value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.