initialize,DualEndpointOld-method {crmPack} | R Documentation |
Initialization method for the "DualEndpointOld" class
Description
Initialization method for the "DualEndpointOld" class
Usage
## S4 method for signature 'DualEndpointOld'
initialize(
.Object,
mu,
Sigma,
sigma2betaW,
sigma2W,
rho,
smooth = c("RW1", "RW2"),
...
)
Arguments
.Object |
the |
mu |
see |
Sigma |
see |
sigma2betaW |
see |
sigma2W |
see |
rho |
see |
smooth |
either “RW1” (default) or “RW2”, for specifying the random walk prior on the biomarker level. |
... |
not used |
[Package crmPack version 1.0.6 Index]