Learn R Programming

gscounts (version 0.1-4)

pocock: pocock

Description

Error spending function mimicking Pococks critical values

Usage

pocock(t, sig_level, ...)

Arguments

t

numeric; Non-negative information ratio

sig_level

numeric; significance level

...

optional arguments

Value

numeric

Examples

Run this code
# NOT RUN {
# Pocock-type error spending function
pocock(t = c(0.5, 1), sig_level = 0.025)
# }

Run the code above in your browser using DataLab