| TITELogisticLogNormal-class | R Documentation |
TITELogisticLogNormalTITELogisticLogNormal is the class for TITE-CRM based on a logistic
regression model using a bivariate normal prior on the intercept and log
slope parameters.
This class inherits from the LogisticLogNormal.
TITELogisticLogNormal(weight_method = "linear", ...)
.DefaultTITELogisticLogNormal()
weight_method |
( |
... |
Arguments passed on to
|
Basically, the adaptive function allocates more weight to each record than the linear function when DLTs are observed early and less weight when DLTs are observed late. When DLT times are evenly distributed both weights are similar. In addition, with more DLTs, the adaptive weights become more extreme and different from the linear weights.
weight_method(string)
the weight function method: either linear
or adaptive; see \insertCiteLiuYinYuan2013;textualcrmPack.
Typically, end users will not use the .DefaultTITELogisticLogNormal() function.
DALogisticLogNormal.
my_model <- TITELogisticLogNormal(
mean = c(0, 1),
cov = diag(2),
ref_dose = 1,
weight_method = "linear"
)
my_model1 <- TITELogisticLogNormal(
mean = c(0, 1),
cov = diag(2),
ref_dose = 1,
weight_method = "adaptive"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.