Learn R Programming

netCoin (version 2.1.0)

dice: Data: Roll a die (100 times).

Description

Data frame with events as result.

Usage

data("dice")

Arguments

Format

A data frame with 100 observations (scenarios) on the following 11 variables (events):

dice

: a numeric vector, representing dice results

1

: a dichotomous vector of the elemental event "1"

2

: a dichotomous vector of the elemental event "2"

3

: a dichotomous vector of the elemental event "3"

4

: a dichotomous vector of the elemental event "4"

5

: a dichotomous vector of the elemental event "5"

6

: a dichotomous vector of the elemental event "6"

odd

: a dichotomous vector of odd events

even

: a dichotomous vector of even events

small

: a dichotomous vector of small number events

large

: a dichotomous vector of large number events

References

See events.

Examples

Run this code
data(dice)
head(dice,10)

Run the code above in your browser using DataLab