| print.icm | R Documentation |
Prints a summary of a stochastic individual contact model object, including the model type, number of simulations, time steps, model parameters, and output variable names.
## S3 method for class 'icm'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
Given an icm object, print.icm displays:
Simulation summary: model class, model type (e.g., SI, SIR, SIS), number of simulations, number of time steps, and number of groups.
Model parameters: all parameters passed via param.icm(), 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.