Skip to content

Commit

Permalink
set different f default for anova function (medium effect size)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Kappelmann committed Dec 20, 2019
1 parent 6441602 commit 68ab001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npRCT_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ npRCT.pwr.t.test <- function(d1 = 0.5, d2 = 0.5,


# --------------anova eqivalent---------------
npRCT.pwr.anova.test <- function(f1 = 0.5, d2 = 0.5, k = 3,
npRCT.pwr.anova.test <- function(f1 = 0.25, d2 = 0.5, k = 3,
sig.level1 = 0.05, sig.level2 = 0.05,
power1 = 0.8, power2 = 0.8,
type2 = "two.sample", alternative2 = "two.sided") {
Expand Down

0 comments on commit 68ab001

Please sign in to comment.