Learn R Programming

PriceIndices (version 0.2.5)

dataMARS: An artificial scanner data set for testing the MARS method

Description

An artificial scanner data set of shirt sales.

Usage

dataMARS

Arguments

Format

A data frame with 9 columns and 44 rows. The used variables are as follows:

time - Dates of transactions (Year-Month-Day)

prices - Prices of sold products [PLN]

quantities - Quantities of sold products [liters]

prodID - Unique product identifiers (data set contains 28 different prodIDs)

description - Descriptions (labels) of sold shirts (data set contains 12 different descriptions)

brand - Brand of sold shirts (data set contains 2 different brands: X and Y)

gender - Gender of the person for whom the shirt is dedicated (M or F)

size - Size of shirts (M, L, and XL)

fabric - Fabric of shirts (cotton, polyester, blend)