get_parametricTTS {ushr} | R Documentation |
Parametric TTS function
Description
This function computes the parametric form of the time to suppression
Usage
get_parametricTTS(params, rootfunction, suppression_threshold, uppertime)
Arguments
params |
named vector of all parameters needed to compute the suppression model, V(t) |
rootfunction |
specifies which function should be used to calculate the root: biphasic or single phase. |
suppression_threshold |
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. |
uppertime |
numeric value indicating the maximum time that will be considered. Default value is 365. |
[Package ushr version 0.2.3 Index]