View source: R/calc_ncp_chi2.R
calc_ncp_chi2 | R Documentation |
Allows user to find the corresponding non-centrality parameter for power analysis based on the Type I error rate, statistical power, and degrees of freedom.
calc_ncp_chi2(alpha, power, df = 1)
alpha |
Type I error rate; numeric. |
power |
Desired statistical power in decimal form; numeric. |
df |
Degrees of freedom; numeric. |
A number.
calc_ncp_chi2(alpha = 0.05, power = 0.8, df = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.