Learn R Programming

EpiNow2 (version 1.7.1)

==.dist_spec: Compares two delay distributions

Description

Compares two delay distributions

Usage

# S3 method for dist_spec
==(e1, e2)

# S3 method for dist_spec !=(e1, e2)

Value

TRUE or FALSE

Arguments

e1

The first delay distribution (of type <dist_spec>) to combine.

e2

The second delay distribution (of type <dist_spec>) to combine.

Examples

Run this code
Fixed(1) == Normal(1, 0.5)

Run the code above in your browser using DataLab