Function to extract mean and standard deviation of all compartments for SEIQHRF model

# S3 method for seiqhrf
summary(object, ...)

Arguments

object

seiqhrf object, returned by seiqhrf.

...

Additional parameters.

Value

A list of compartments, each compartment is a list of three:

  • mean: (t-dimensional vector) Mean of simulated counts of the compartment;

  • sd: (t-dimensional vector) Standard deviation of simulated counts of the compartment;

  • CI: (t by 2 matrix) 95% confidence intervals of simulated counts of the compartment (assumed Gaussian),

  • qntCI: (t by 2 matrix) 95% quantile confidence intervals,

where t is the total number of time points in the simulation (i.e. object$nstep).