sales {mds} | R Documentation |
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
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.
Source
Random normal distribution using rnorm()
.
[Package mds version 0.3.2 Index]