powered by
Calculates the power for the non-central F-distribution
Fpower(alpha, nu1, nu2, nc)
input - critical value alpha
input - degrees of freedom for numerator
input - degrees of freedom for denominator
input - noncentrality parameter
probability of exceeding fcrit(alpha, nu1,nu2) with the non-central F-distribution with nu1 and nu2 degrees of freedom and noncentrality parameter nc
# NOT RUN { Fpower(0.05,2,15,6.428) ## The function is currently defined as function(alpha,nu1,nu2,nc) 1-pf(Fcrit(alpha,nu1,nu2),nu1,nu2,nc) # }
Run the code above in your browser using DataLab