Learn R Programming

doex (version 1.2)

component: Component data

Description

Component data is a complete dataset consists lifetimes of a component which is produced by four different suppliers. The lifetimes of the component distribute as the two-parameter exponential distribution.

Usage

component

Arguments

Value

lifetime

A set of data on lifetimes of the components obtained from the different suppliers.

supplier

A set of suppliers produce the components.

Examples

Run this code
# NOT RUN {
library(doex)
component$supplier;
component$lifetime;
# }

Run the code above in your browser using DataLab