shift_left_pct {cohorts} | R Documentation |
Left-shift a Cohort Table With Cohort Sizes as Percentages
Description
Left-shifts a cohort table with cohort sizes as percentages of start sizes.
Usage
shift_left_pct(cohort_table, decimals = 1)
Arguments
cohort_table |
Cohort table |
decimals |
Integer |
Value
Cohort table
Examples
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
shift_left_pct()
[Package cohorts version 1.0.1 Index]