get_nonparametricTTS {ushr} | R Documentation |
Non-parametric TTS function
Description
This function computes the non-parametric form of the time to suppression
Usage
get_nonparametricTTS(vl, suppression_threshold, time, npoints)
Arguments
vl |
numeric vector of viral load measurements. |
suppression_threshold |
numeric value for the suppression threshold: measurements below this value will be assumed to represent viral suppression. Typically this would be the detection threshold of the assay. Default value is 20. |
time |
numeric vector indicating the time when vl measurements were taken. |
npoints |
numeric value indicating the number of interpolation points to be considered. |
[Package ushr version 0.2.3 Index]