Skip to contents

Select the parameters to adjust in the piecewise model

Usage

select_piecewise_parameters(params = "all")

Arguments

params

A character string indicating the paramters to adjust in the piecewise model. Defaults to "all". Options are: the time at peak ("t_p"), time at switch ("t_p"), time at clearance ("t_clear"), Cycle threshold (Ct) at peak ("c_p"), Ct at switch ("c_s"), incubation period mean ("inc_mean"), and incubation period standard deviation ("inc_sd").

Value

A named list of parameters to adjust in the piecewise model.

Author

Sam Abbott

Examples

select_piecewise_parameters()
#> $t_p
#> [1] 1
#> 
#> $t_s
#> [1] 1
#> 
#> $t_clear
#> [1] 1
#> 
#> $c_p
#> [1] 1
#> 
#> $c_s
#> [1] 1
#> 
#> $inc_mean
#> [1] 1
#> 
#> $inc_sd
#> [1] 1
#>