Learn R Programming

dauR (version 1.0)

eng_data: This dataset is to demonstrate the concept of Survival Analysis

Description

This dataset is about an engineering firm which monitors industrial machines over time to understand how long they operate before experiencing a mechanical failure. Each machine is tracked from installation until either it fails or the study period ends. The record includes each machine’s operating age (in years) and maintenance type of whether it receives regular maintenance or on-demand maintenance.

Usage

eng_data

Arguments

Format

A dataframe with 4 variables and 223 observations:

time

Time to malfunction (in days)

status

Failure indicator (1 = still operational/censored, 2 = malfunctioned)

age

Age of machine at installation (in years)

maintenance

Maintenance type (1 = On-demand, 2 = Regular)

Examples

Run this code
data(eng_data, package = "dauR")
head(eng_data)

Run the code above in your browser using DataLab