Learn R Programming

LFM (version 0.3.0)

wholesale: Wholesale Customers Data

Description

This dataset contains the annual spending amounts of wholesale customers on various product categories, along with their channel and region information.

Usage

wholesale

Arguments

Format

A data frame with 440 rows and 8 columns.

  • FRESH: Annual spending (m.u.) on fresh products.

  • MILK: Annual spending (m.u.) on milk products.

  • GROCERY: Annual spending (m.u.) on grocery products.

  • FROZEN: Annual spending (m.u.) on frozen products.

  • DETERGENTS_PAPER: Annual spending (m.u.) on detergents and paper products.

  • DELICATESSEN: Annual spending (m.u.) on delicatessen products.

  • CHANNEL: Customers' channel - Horeca (Hotel/Restaurant/Café) or Retail channel (Nominal).

  • REGION: Customers' region - Lisbon, Oporto or Other (Nominal).

Details

The dataset includes both continuous spending variables and nominal classification variables (CHANNEL and REGION). Descriptive statistics for the continuous variables are provided, including minimum, maximum, mean, and standard deviation.

Examples

Run this code
# Load the dataset
data(wholesale)

Run the code above in your browser using DataLab