View source: R/compute_thresholds.R
compute_thresholds | R Documentation |
Compute Thresholds
compute_thresholds( dat = NULL, anchor.group = NULL, time.var = NULL, timepoint = NULL, change.score = NULL, subject.id = "USUBJID" )
dat |
pass the dataframe |
anchor.group |
variable of the anchor group you want used here |
time.var |
variable of the Time in the dataframe - PLEASE CHECK THAT THIS IS CORRECTLY ORDERED, default is Time |
timepoint |
default here is to just use the final timepoint, e.g., "Time_4". Please be sure to have ordered your time variable correctly. |
change.score |
the PRO change score you want the threshold computed on |
returns a dataframe with two additional variables, PRO score at baseline and PRO change score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.