Description Usage Arguments Value Author(s) References Examples
Determine whether each identifier has a complete response (CR) at the end of study (EOS).
1 | determine_PR(YY, min_val, PR_threshold, truncate_at_last_fit_day = FALSE)
|
YY |
data.frame with times and original-scale tumor burdens, etc., for each of several identifiers. Typically this is from the cleaned output data of maeve::fit_longitudinal_models(). |
min_val |
numeric threshold below which a tumor size is classified as a Complete Response (CR). CRs by this criterion get excluded from the PR count. |
PR_threshold |
numeric threshold below which a tumor size is classified as a Partial Response (PR). |
truncate_at_last_fit_day |
logical: Use days only for which the group had a model fit. |
A numeric sum total of Partial Response cases recorded in the group.
Bill Forrest <forrest@gene.com>
Bill Forrest forrest@gene.com
1 | cat('Currently no working example for unexported function determine_PR().')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.