View source: R/linear_tolerance_weight.R
linear_follow_up_weight | R Documentation |
Weights for tolerance and toxicity events using linear function of time
linear_follow_up_weight(
now_time,
recruited_time,
tox,
max_time,
tox_has_weight_1 = TRUE
)
now_time |
the time now |
recruited_time |
vector of recruitment times for patients |
tox |
integer vector of toxicity variables for patients, 1 means tox |
max_time |
the maximum window of evaluation for |
tox_has_weight_1 |
logical, TRUE to set the weight for tox to 1 identically |
numerical vector of weights
linear_follow_up_weight(
now_time = 10,
recruited_time = 4:7,
tox = c(0, 0, 0, 1),
max_time = 6,
tox_has_weight_1 = TRUE
)
linear_follow_up_weight(
now_time = 10,
recruited_time = 4:7,
tox = c(0, 0, 0, 1),
max_time = 6,
tox_has_weight_1 = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.