Example Dataset: Retention Data
quests.Rd
This dataset contains retention data for different custom categories and progression stages. It includes the number of observations at two different points (n.x and n.y) and the retention rate.
Format
A tibble with 38 rows and 5 variables:
- custom_01
Character. A custom category identifier.
- progression_2
Factor. The progression stage.
- n.x
Numeric. The number of observations at the first point.
- n.y
Numeric. The number of observations at the second point.
- retention
Numeric. The retention rate, calculated as n.x divided by n.y.