cohort_table_day {cohorts}R Documentation

Create a Cohort Table Using Day Level Event Data

Description

Creates a cohort table with day level event data with rows corresponding to cohort numbers and columns as dates.

Usage

cohort_table_day(df, id_var, date)

Arguments

df

Dataframe

id_var

ID variable

date

Date

Value

Cohort table

Examples

cohort_table_day(gamelaunch, userid, eventDate)



[Package cohorts version 1.0.1 Index]