Learn R Programming

dobson (version 0.4)

machine: Machine data from table 6.26

Description

Weights of machine components made by workers on different days

Usage

data(machine)

Arguments

Format

A tibble with 44 observations and the following 3 variables.

day

day number 1 or 2

worker

worker nunber 1 to 4

weight

weight in grams

Examples

Run this code
# NOT RUN {
data(machine)
summary(machine)
# }

Run the code above in your browser using DataLab