install.packages("sse")
library(sse)
psi <- powPar(theta = seq(from = 0.5, to = 1.5, by = 0.05),
n = seq(from = 20, to = 60, by = 10))
powFun <- function(psi) {
return(power.t.test(n = n(psi)/2,
delta = theta(psi),
sig.level = 0.05)$power)
}
calc <- powCalc(psi, statistic = powFun)
pow <- powEx(x = calc, theta = 1, power = 0.9)
plot(pow)
forked from thofab/sse
-
Notifications
You must be signed in to change notification settings - Fork 0
markomi/sse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- R 100.0%