Learn R Programming

VisualizeSimon2Stage (version 0.1.5)

print_ph2simon: Alternate Print Method for a Simon's Two-Stage Design

Description

An alternate print method for ph2simon object.

Usage

print_ph2simon(x, ...)

Value

Function print_ph2simon does not have a returned value.

Arguments

x

a ph2simon object

...

additional parameters, currently not in use

Examples

Run this code
library(clinfun)
(x = ph2simon(pu = .2, pa = .4, ep1 = .05, ep2 = .1)) 
print_ph2simon(x)

Run the code above in your browser using DataLab