coffee {ViSiElse} | R Documentation |
Simulated time data of the coffee process
Description
This dataset shows the actions required to make coffee. The simulated dataset of 10 subjects correspond to the timestamps (in s) of each action. Each value is the time elapse between the beginning of the coffee process and the execution of an action.
Usage
data(coffee)
Format
A data frame with 10 rows and 6 variables:
- id
Midwife students ID.
- coffee
Time (in s) when the subject takes the coffee capsule.
- fill_coffee
Time (in s) when the subject puts the coffee capsule into the machine.
- fill_water
Time (in s) when the subject fills the water tank of the coffee machine.
- push_B
Time (in s) when the subject pushes the button to start the machine.
- drink
Time (in s) when the subject drinks the coffee.
Examples
data(coffee)
head(coffee)
[Package ViSiElse version 1.2.2 Index]