cohort_table_day {cohorts} | R Documentation |
Creates a cohort table with day level event data with rows corresponding to cohort numbers and columns as dates.
cohort_table_day(df, id_var, date)
df |
Dataframe |
id_var |
ID variable |
date |
Date |
Cohort table
cohort_table_day(gamelaunch, userid, eventDate)