car_maintenance: A sample of vehicle analysis protocols

car_maintenanceR Documentation

A sample of vehicle analysis protocols

Description

A dataset that contains information about car usage and technical data for predicitve maintenance

Usage

data(car_maintenance)

Format

A data.frame with 32 rows and 6 variables:

PART_1023

Number of warnings in the log file that are related to the part id 1023

PART_99

Number of warnings in the log file that are related to the part id 99

PART_02

Number of warnings in the log file that are related to the part id 02

OIL

Oil volume at last checkā€˜s day

CHECK_STATUS

Resultofthelast checkup (unacc: unaccepted, acc: accepted, good: good, vgood: very good)

FOLLOW_UP

Dummy indicating if the car had a follow-up check or not. 'yes' means that the first repair could not fix the issue and customer returned with the same problem.

Examples

data(car_maintenance)

library("ggplot2")
ggplot(car_maintenance, aes(factor(FOLLOW_UP))) +
geom_bar()


dominikjung42/dstools documentation built on June 16, 2024, 2:40 a.m.