quests {SveltePlots}R Documentation

Example Dataset: Retention Data

Description

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)


[Package SveltePlots version 0.1.0 Index]