View source: R/babsimHospitalPara.R
| babsimHospitalPara | R Documentation |
Default Control list for babsimHospital
This function returns the default controls for the functions babsimHospital.
Control is a list of the following settings.
Note: dependent parameters that are based on other parameters (e.g., probabilities that add to 1.0) are marked with an asterisk (*).
Note: parameters that are currently not used, are marked with a double asterisk (**).
logLevelif larger than 10, shown detailed simmer output. simmer log_ level, default is 0.
1
FactorPatientsInfectedToHealthy*Z1: Infected -> Healthy: percentage of patients that move from state infected to healthy, default is 0.831.
Note: not used. Value is internally calculated as: 1 - FactorPatientsInfectedToHospital
AmntDaysInfectedToHealthy**Z1: Infected -> Healthy: duration (in days) if patients move from state infected to healthy, default is 20.5.
Note: not used, because not modeled.
2
FactorPatientsInfectedToHospitalZ2: Infected -> Hospital: percentage of patients that move from state infected to hospital, default is 0.169.
AmntDaysInfectedToHospitalZ2: Infected -> Hospital: duration (in days) if patients move from state infected to hospital, default is 8.4.
3
FactorPatientsHospitalToNormal*Z3: Hospital -> Normal: percentage of patients that move from state hospital to normal, default is 0.
Note: not used. Value is internally calculated as: 1 - FactorPatientsHospitalToIntensive - FactorPatientsHospitalToVentilation
AmntDaysHospitalToNormal*Z3: Hospital -> Normal: duration (in days) if patients move from state hospital to normal, default is 1e6.
Note: not used. Patients move from hospital to normal immediately
4
FactorPatientsHospitalToIntensiveZ4: Hospital -> Intensive: percentage of patients that move from state hospital to intensive, default is 0.012.
AmntDaysHospitalToIntensiv*Z4: Hospital -> Intensive: duration (in days) if patients move from state hospital to intensive, default is 1e6. Note: not used.
Patients move from hospital to intensive immediately
5
FactorPatientsHospitalToVentilationZ5: Hospital -> Ventilation: percentage of patients that move from state hospital to ventilation, default is 0.036.
AmntDaysHospitalToVentilation*Z5: Hospital -> Ventilation: duration (in days) if patients move from state hospitel to ventilation, default is 1e6. Note: not used.
Patients move from hospital to intensive immediately
6
FactorPatientsNormalToHealthy*Z6: Normal -> Healthy: percentage of patients that move from state normal to healthy, default is 0. Note: not used.
Value is internally calculated as: 1 - FactorPatientsNormalToIntensive - FactorPatientsNormalToVentilation - FactorPatientsNormalToDeath
AmntDaysNormalToHealthyZ6: Normal -> Healthy: duration (in days) if patients move from state normal to healthy, default is 11.6.
7
FactorPatientsNormalToIntensiveZ7: Normal -> Intensive: percentage of patients that move from state normal to intensive, default is 0.0506.
AmntDaysNormalToIntensiveZ7: Normal -> Intensive: duration (in days) if patients move from state normal to intensive, default is 1.25.
8
FactorPatientsNormalToVentilationZ8: Normal -> Ventilation: percentage of patients that move from state normal to ventilation, default is 0.1013.
AmntDaysNormalToVentilationZ8: Normal -> Ventilation: duration (in days) if patients move from state normal to ventilation, default is 3.63.
9
FactorPatientsNormalToDeathZ9: Normal -> Death: percentage of patients that move from state normal to death, default is 0.139.
AmntDaysNormalToDeathZ9: Normal -> Death: duration (in days) if patients move from state normal to death, default is 11.4.
10
FactorPatientsIntensiveToAftercare*Z10: Intensive -> Aftercare: percentage of patients that move from state intensive to aftercare, default is 0.25. Note: not used.
Value is internally calculated as: 1 - FactorPatientsIntensiveToVentilation - FactorPatientsIntensiveToDeath - FactorPatientsIntensiveToHealthy
AmntDaysIntensiveToAftercareZ10: Intensive -> Aftercare: duration (in days) if patients move from state intensive to aftercare, default is 7.0.
11
FactorPatientsIntensiveToVentilationZ11: Intensive > Ventilation: percentage of patients that move from state intensive to ventilation, default is 0.25.
AmntDaysIntensiveToVentilationZ11: Intensive > Ventilation: duration (in days) if patients move from state intensive to ventilation, default is 2.0.
12
FactorPatientsIntensiveToDeathZ12: Intensive -> Death: percentage of patients that move from state intensive to death, default is 0.25.
AmntDaysIntensiveToDeathZ12: Intensive -> Death: duration (in days) if patients move from state intensive to death, default is 2.0.
12a
FactorPatientsIntensiveToHealthyZ12a: Intensive -> Healthy: percentage of patients that move from state intensive to healthy, default is 0.25.
AmntDaysIntensiveToHealthyZ12a: Intensive -> Healthy: duration (in days) if patients move from state intensive to healthy, default is 13.0.
13
FactorPatientsVentilationToAftercare*Z13: Ventilation -> Aftercare: percentage of patients that move from state ventilation to aftercare, default is 0.08. Note: not used.
Value is internally calculated as: 1 - FactorPatientsVentilationToIntensiveAfter - FactorPatientsVentilationToDeath
AmntDaysVentilationToAftercareZ13: Ventilation -> Aftercare: duration (in days) if patients move from state ventilation to aftercare, default is 9.0.
14
FactorPatientsVentilationToIntensiveAfterZ14: Ventilation -> IntensiveAfter: percentage of patients that move from state ventilation to intensiveAfter, default is 0.42.
AmntDaysVentilationToIntensiveAfterZ14: Ventilation -> IntensiveAfter: duration (in days) if patients move from state ventilation to intensiveAfter, default is 23.0.
15
FactorPatientsVentilationToDeathZ15: Ventilation -> Death: percentage of patients that move from state ventilation to death, default is 0.5.
AmntDaysVentilationToDeathZ15: Ventilation -> Death: duration (in days) if patients move from state ventilation to death, default is 16.0.
16
FactorPatientsAftercareToHealthy*Z16: Aftercare -> Healthy: percentage of patients that move from state aftercare to healthy, default is 1.0. Note: not used.
Value is 1. No branching required, because there is no alternative.
AmntDaysAftercareToHealthyZ16: Aftercare -> Healthy: duration (in days) if patients move from state aftercare to healthy, default is 21.0.
17 I
FactorPatientsIntensiveAfterToAftercare*Z17I: IntensiveAfter -> Aftercare: percentage of patients that move from state intensiveAfter to aftercare, default is 0.5. Note: not used.
Value is internally calculated as: 1 - FactorPatientsIntensiveAfterToHealthy - FactorPatientsIntensiveAfterToDeath - FactorPatientsIntensiveAfterToHealthy
AmntDaysIntensiveAfterToAftercareZ17I: IntensiveAfter -> Aftercare: duration (in days) if patients move from state intensiveAfter to aftercare, default is 7.0.
17 II
AmntDaysIntensiveAfterToHealthyZ17II: IntensiveAfter -> Healthy: duration (in days) if patients move from state intensiveAfter to healthy, default is 18.0.
18
FactorPatientsIntensiveAfterToDeathIntensiveAfter -> Death: percentage of patients that move from state intensiveAfter to death, default is 0.0.
AmntDaysIntensiveAfterToDeathIntensiveAfter -> Death: duration (in days) if patients move from state intensiveAfter to death, default is 1e-6.
GammaShapeParameterGamma shape parameter, default is 1 (exponential distribution).
RiskFactorAParameter a in the exponential function r(x) = a exp(b x) that models the risk r as a function of the age x, default is 0.02048948.
RiskFactorBParameter b in the exponential function r(x) = a exp(b x) that models the risk r as a function of the age x, default is 0.07138200.
RiskMaleDeath risk of male patients compared to female , default is 2.
AmntDaysIntensiveAfterToHealthyIntensiveAfter -> Healthy: duration (in days) if patients move from state intensiveAfter to death, default is 3.
FactorPatientsIntensiveAfterToHealthyIntensiveAfter -> Healthy: percentage of patients that move from state intensiveAfter to healthy, default is 0.67.
babsimHospitalPara()
a list
# change Gamma parameter x <- babsimHospitalPara() x$GammaShapeParameter <- 1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.