Learn R Programming

sigr (version 1.1.0)

wrapPWR.power.htest: Wrap pwr test.

Description

Wrap pwr test.

Usage

# S3 method for power.htest
wrapPWR(x, ...)

Arguments

x

pwr test result

...

extra arguments (not used)

Value

formatted string and fields

Examples

Run this code
# NOT RUN {
if(require("pwr", quietly = TRUE)) {
  # Example from pwr package
  #  Exercise 6.1 p. 198 from Cohen (1988)
  test <- pwr::pwr.2p.test(h=0.3,n=80,sig.level=0.05,alternative="greater")
  wrapPWR(test)
}

# }

Run the code above in your browser using DataLab