shift_left_pct: Left-shift a Cohort Table With Cohort Sizes as Percentages

View source: R/shift_left_pct.R

shift_left_pctR 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()


PeerChristensen/cohorts documentation built on Nov. 1, 2023, 7:31 a.m.