goSlide: Calculate sliding window cohorts

Description Usage Arguments Value Author(s) Examples

Description

In case you need to know years of cohorts, enter start date, sliding window size and number of cohorts. Result is a visualization of from-to years of each cohort. This is a supporting function to genindSlidingWindow function.

Usage

1
goSlide(start, win.size, cohorts)

Arguments

start

Integer. Year of start of sliding window.

win.size

Integer. Size of sliding window.

cohorts

Integer. Number of cohorts (sliding window steps).

Value

A printout to console of cohort years.

Author(s)

Roman Lustrik (roman.lustrik@biolitika.si)

Examples

1
goSlide(start = 1996, win.size = 4, cohorts = 14)

romunov/zvau documentation built on May 27, 2019, 1:50 p.m.