diff --git a/book/09-s02-lab09e.Rmd b/book/09-s02-lab09e.Rmd index 60fb2d5..935ba83 100644 --- a/book/09-s02-lab09e.Rmd +++ b/book/09-s02-lab09e.Rmd @@ -174,7 +174,7 @@ pwr.r.test(n = 50, power = .8, alternative = "greater") %>% pluck("r") %>% - round(3) + round(2) ``` [Return to Task](#Ch10InClassQueT9)