pocock {gscounts} | R Documentation |
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
# Pocock-type error spending function
pocock(t = c(0.5, 1), sig_level = 0.025)
[Package gscounts version 0.1-4 Index]