| model_details {idmodelr} | R Documentation | 
Model Details
Description
Details on models implemented in idmodelr.
Usage
model_details
Format
A data frame with 22 rows and 14 variables.
- model
- Name of the model function. 
- model_family
- Name of the model family (i.e. SIR) 
- time
- Discrete or continuous time 
- type
- Deterministic or stochastic 
- recovered
- Does this model included a recovered population (yes/no). 
- exposed
- Does this model included an exposed population (yes/no). 
- treated
- Does this model included a treated population (yes/no). 
- susceptible
- Does this model included a post infection susceptible population (yes/no). 
- risk_stratified
- Is this model risk stratified (yes/no). 
- non_exponential
- Does this model contain non-exponential rates (yes/no). 
- simple_demographics
- Does this model contain simple (i.e. births = deaths) demographics (yes/no). 
- vaccination
- Does this model include vaccination (yes/no). 
- disease_example
- Which diseases (if any) can this model be used for. 
- language
- What language is this model written in (i.e. R, C etc.). 
- parameters
- A list of parameters required by the model 
.