overlap.length: Computes the length of intersection of two intervals

Description Usage Arguments Value

View source: R/Common.R

Description

Computes the length of intersection of two intervals

Usage

1
overlap.length(L1, U1, L2, U2)

Arguments

L1

a numeric vector.

U1

a numeric vector.

L2

a numeric vector.

U2

a numeric vector.

Value

a vector.


StatCan/EpiSim documentation built on Dec. 18, 2021, 2:09 p.m.