Surveillance Test Parameters
SurveillanceTestParams.RdSpecify the rates of positive tests for each state of the model.
Examples
SurveillanceTestParams()
#> $colonized
#> $init
#> [1] 0
#>
#> $update
#> [1] FALSE
#>
#> $prior
#> [1] 0
#>
#> $weight
#> [1] 0
#>
#> attr(,"class")
#> [1] "Param"
#>
#> $uncolonized
#> $init
#> [1] 0.8
#>
#> $update
#> [1] TRUE
#>
#> $prior
#> [1] 0.8
#>
#> $weight
#> [1] 1
#>
#> attr(,"class")
#> [1] "Param"
#>
#> $latent
#> $init
#> [1] 0
#>
#> $update
#> [1] FALSE
#>
#> $prior
#> [1] 0
#>
#> $weight
#> [1] 0
#>
#> attr(,"class")
#> [1] "Param"
#>