File: power.refresh.R

package info (click to toggle)
r-cran-teachingdemos 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,168 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
"power.refresh" <-
function(...) {
  power.examp(n=slider(no=1), stdev=slider(no=2), diff=slider(no=3),
              alpha=slider(no=4) )
}