Skip to contents

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.

Usage

quests

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.

Examples

data(quests)
head(quests)
#> # A tibble: 6 × 5
#>   AB      n.x   n.y retention level
#>   <chr> <dbl> <dbl>     <dbl> <fct>
#> 1 a     25814 83435     0.309 1    
#> 2 b     25638 82929     0.309 1    
#> 3 b     18204 82929     0.220 49   
#> 4 a     17652 83435     0.212 49   
#> 5 b     16939 82929     0.204 11   
#> 6 a     16839 83435     0.202 11