cohort_table_month {cohorts} | R Documentation |
Creates a cohort table with month level event data with rows corresponding to cohort numbers and columns as months.
cohort_table_month(df, id_var, date)
df |
Dataframe |
id_var |
ID variable |
date |
Date |
Cohort table
cohort_table_month(online_cohorts, CustomerID, InvoiceDate)