krow | R Documentation |
Rules for k-in-a-row, Biased-Coin UD, and Group UD, coded as functions compatible with
the generic dose-finding simulator dfsim()
These functions work on each virtual experimental run individually.
krow(doses, responses, k, lowTarget = NULL, fastStart = FALSE, ...)
bcd(doses, responses, coin, lowTarget, fastStart = FALSE, ...)
groupUD(doses, responses, s, ll, ul, ...)
doses , responses |
(mandatory arguments) vectors of the run's current sequence of doses (in ordinal/index scale) and responses |
k |
the number of consecutive identical responses required for dose transitions (k-in-a-row functions only). |
lowTarget |
( |
fastStart |
( |
... |
Technical pass-through argument, to allow for flexibility when constructing design-comparison simulation ensembles. |
coin |
( |
s |
( |
ll , ul |
( |
Rules for some popular or well-studied non-up-and-down
the next dose allocation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.