compare.models: Compare results from box/compartment models

Description Usage Arguments Value

View source: R/seir.functions.R

Description

Compare results from box/compartment models

Usage

1
2
3
4
5
6
7
8
compare.models(
  solution1,
  solution2,
  age.suffix2 = "",
  ignore.vars = NULL,
  time.scope = c(0, Inf),
  tolerance = list(absolute = 2, relative = 1e-04)
)

Arguments

solution1

a box/compartment model object.

solution2

a box/compartment model object.

age.suffix2

a character element.

ignore.vars

a logical element.

time.scope

a numeric vector.

tolerance

a list with absolute and relative variables.

Value

a vector.


barnzilla/no.name documentation built on Oct. 14, 2020, 3:25 p.m.