Learn R Programming

mdsstat (version 0.3.2)

sales: Simulated Device Sales Data

Description

A dataset containing simulated monthly sales by device and country for devices reported in the maude dataset. For package usage examples, this data serves as a proxy for exposures. Data were generated using a random normal distribution weighted by the number of reported events by device and country.

Usage

sales

Arguments

Format

A data frame with 360 rows and 4 variables:

device_name

Name of the device mapped from the maude dataset.

region

Geographical region mapped from the maude dataset.

sales_month

The month of sales.

sales_volume

The volume of sales.