Details
gRbase provides the following:
- Implementation of various graph algorithms, including maximum
cardinality search, maximal prime subgraph decomposition,
triangulation. See the vignette
graphs
.
- Implementation of various "high level" array operations, including
multiplication/division, marginalization, slicing, permutation. See
the vignette
ArrayOps
.
- Implementation of various "low level" array operations. See
the vignette
ArrayOpsPrim
.
- A collection of datasets
- A general framework for setting up data and model structures
and provide examples for fitting hierarchical log linear
models for contingency tables and graphical Gaussian models for the
multivariate normal distribution. (Notice: This last part is not maintained / developed further.)
Authors
Soren Hojsgaard, Department of Mathematical Sciences, Aalborg
University, Fredrik Bajersvej 7G, DK-9220 Aalborg East, Denmark Contributions from Claus Dethlefsen, Clive Bowsher, David Edwards. Acknowledgements
Thanks to the other members of the gR initiative, in particular to
David Edwards for providing functions for formula-manipulation.