joint_indicators_by_date {EpiInvert}R Documentation

joint_indicators_by_date

Description

generates a dataframe joining the dates and values of 2 indicators

Usage

joint_indicators_by_date(date0, i0, date1, i1)

Arguments

date0

the dates of the first indicator.

i0

the values of the first indicator.

date1

the dates of the second indicator.

i1

the values of the second indicator.

Value

A dataframe with the following columns :


[Package EpiInvert version 0.3.1 Index]