| dice | R Documentation |
Data frame with events as result.
data("dice")
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
Random extraction via sample(1:6,100,replace=TRUE)
See events.
data(dice)
head(dice,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.