| print.dcm | R Documentation |
Prints a summary of a deterministic compartmental model object, including the model type, number of runs, time steps, model parameters, and output variable names.
## S3 method for class 'dcm'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
Given a dcm object, print.dcm displays:
Simulation summary: model class, model type (e.g., SI, SIR, SIS; omitted for new/custom models), number of runs, number of time steps, and number of groups.
Model parameters: all parameters passed via param.dcm(), excluding
internal bookkeeping parameters (groups, vital).
Model output: the names of all epidemic output variables stored in the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.