inst/doc/PA.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#"
)

## ----setup--------------------------------------------------------------------
library(PowerTOST) # attach the library

## ----example1-----------------------------------------------------------------
pa.ABE(CV = 0.20, theta0 = 0.92)

## ----example2-----------------------------------------------------------------
pa.scABE(CV = 0.55)

## ----example3-----------------------------------------------------------------
pa.scABE(CV = 0.40, design = "2x2x4")

## ----example4-----------------------------------------------------------------
pa.scABE(CV = 0.55, regulator = "HC")

## ----example5-----------------------------------------------------------------
pa.scABE(CV = 0.55, regulator = "GCC")

## ----example6-----------------------------------------------------------------
pa.scABE(CV = 0.55, regulator = "FDA")

## ----example7-----------------------------------------------------------------
pa.NTID(CV = 0.125)

Try the PowerTOST package in your browser

Any scripts or data that you put into this service are public.

PowerTOST documentation built on March 18, 2022, 5:47 p.m.