Data frame with the attributes of the events of dice.

data("events")

Format

A data frame with 10 observations on the following 4 variables:

name

: a factor vector with 10 levels

label

: a factor vector with 10 levels

frequency

: a numeric vector

type

: a factor vector with 2 levels

Source

data(dice); coin.dice<-coin(dice); asNodes(coin.dice)

References

See dice.

Examples

data(events) events
#> name label frequency type #> 1 1 1 15 Elementary #> 2 2 2 13 Elementary #> 3 3 3 26 Elementary #> 4 4 4 18 Elementary #> 5 5 5 13 Elementary #> 6 6 6 15 Elementary #> 7 odd Odd result 54 Composed #> 8 even Even result 46 Composed #> 9 small Small number 54 Composed #> 10 large Large number 46 Composed