transport {bnRep} | R Documentation |
transport Bayesian Network
Description
Bayesian networks: with examples in R.
Format
A discrete Bayesian network modeling transport choices of a population. Probabilities were given within the referenced paper. The vertices are:
- A
Age (young, adult, old);
- S
Sex (M, F);
- E
Education (high uni);
- O
Occupation (emp, self);
- R
Residence (small, big);
- T
Transport (car, train, other);
Value
An object of class bn.fit
. Refer to the documentation of bnlearn
for details.
References
Scutari, M., & Denis, J. B. (2014). Bayesian networks: with examples in R. Chapman and Hall/CRC.
[Package bnRep version 0.0.1 Index]