Out of Unit Infection Parameters
OutOfUnitInfectionParams.RdOut of Unit Infection Parameters
Examples
OutOfUnitInfectionParams()
#> $acquisition
#> $init
#> [1] 0.05
#>
#> $update
#> [1] TRUE
#>
#> $prior
#> [1] 0.05
#>
#> $weight
#> [1] 1
#>
#> attr(,"class")
#> [1] "Param"
#>
#> $clearance
#> $init
#> [1] 0.01
#>
#> $update
#> [1] TRUE
#>
#> $prior
#> [1] 0.01
#>
#> $weight
#> [1] 1
#>
#> attr(,"class")
#> [1] "Param"
#>
#> $progression
#> $init
#> [1] 0
#>
#> $update
#> [1] FALSE
#>
#> $prior
#> [1] 0
#>
#> $weight
#> [1] 0
#>
#> attr(,"class")
#> [1] "Param"
#>