events {netCoin} | R Documentation |
Data: Attributes of the dice events.
Description
Data frame with the attributes of the events of dice.
Usage
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
[Package netCoin version 2.0.48 Index]