vehicle {LFM}R Documentation

In Vehicle Coupon Recommendation Data

Description

This dataset contains information about coupon recommendations made to drivers in a vehicle, including various contextual features and the outcome of whether the coupon was accepted.

Usage

vehicle

Format

A data frame with multiple rows and 27 columns representing different features related to coupon recommendations.

Examples

# Load the dataset
data(vehicle)

# Print the first few rows of the dataset
print(head(vehicle))


[Package LFM version 0.3.1 Index]