episode_compute_ariza: Compute episodes using M Ariza's algorithm The onset date is...

View source: R/episodes.R

episode_compute_arizaR Documentation

Compute episodes using M Ariza's algorithm The onset date is used as the episode identifier, the algorithm iteratively replace onset date to the first date for all survey considered to belong to the same disease episode.

Description

Compute episodes using M Ariza's algorithm The onset date is used as the episode identifier, the algorithm iteratively replace onset date to the first date for all survey considered to belong to the same disease episode.

Usage

episode_compute_ariza(weekly, syndrome.column, params, .progress = NULL)

Arguments

weekly

data.frame of weekly data

syndrome.column

name of the syndrome column to use

params

episode_design

.progress

progress_estimated style progress bar, nothing if NULL


cturbelin/ifnBase documentation built on Nov. 5, 2023, 12:54 p.m.