calc_ncp_chi2 {crt2power} | 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)