Learn R Programming

GLMsData (version 1.4)

failures: Failures of electronic equipment

Description

The number of failures of electronic equipment operating in two modes

Usage

data(failures)

Arguments

Format

A data frame with 18 observations on the following 4 variables.

Period

the time period; a numeric vector

Time1

the time spent in Mode 1 in the given period (units not given); a numeric vector

Time2

the time spent in Mode 2 in the given period (units not given); a numeric vector

Failures

the number of failures in the given period; a numeric vector

Details

The data give the number of failures of a piece of electronic equipment after operating in two modes.

Examples

Run this code
   data(failures)
   summary(failures)

Run the code above in your browser using DataLab