The 'gRbase' package provides general features which are used by other graphical modelling packages, in particular by the packages 'gRain', 'gRim' and 'gRc'. 'gRbase' contains several data sets relevant for use in connection with graphical models. Almost all data sets used in the book Graphical Models with R (2012) are contained in 'gRbase'. 'gRbase' implements several graph algorithms (based mainly on representing graphs as adjacency matrices - either in the form of a standard matrix or a sparse matrix). Some graph algorithms are: (i) maximum cardinality search (for marked and unmarked graphs). (ii) moralize. (iii) triangulate. (iv) junction tree. 'gRbase' facilitates array operations, 'gRbase' implements functions for testing for conditional independence. 'gRbase' illustrates how hierarchical log-linear models may be implemented and describes concept of graphical meta data. These features, however, are not maintained anymore and remains in 'gRbase' only because there exists a paper describing these facilities: A Common Platform for Graphical Models in R: The 'gRbase' Package, Journal of Statistical Software, Vol 14, No 17, 2005. NOTICE Proper functionality of 'gRbase' requires that the packages graph, 'Rgraphviz' and 'RBGL' are installed from 'bioconductor'; for installation instructions please refer to the web page given below.
Version: | 1.8-3 |
Depends: | R (≥ 3.0.2), methods |
Imports: | graph, igraph, magrittr, Matrix, RBGL, Rcpp (≥ 0.11.1) |
LinkingTo: | Rcpp (≥ 0.11.1), RcppArmadillo, RcppEigen |
Suggests: | Rgraphviz, microbenchmark, knitr |
Published: | 2017-03-20 |
Author: | Søren Højsgaard |
Maintainer: | Søren Højsgaard <sorenh at math.aau.dk> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://people.math.aau.dk/~sorenh/software/gR/ |
NeedsCompilation: | yes |
Citation: | gRbase citation info |
Materials: | README ChangeLog |
In views: | gR |
CRAN checks: | gRbase results |
Reference manual: | gRbase.pdf |
Vignettes: |
gRbase-arrayops: Array operations in gRbase gRbase-graphs: Graphs in the gRbase package |
Package source: | gRbase_1.8-3.tar.gz |
Windows binaries: | r-devel: gRbase_1.8-3.zip, r-release: gRbase_1.8-3.zip, r-oldrel: gRbase_1.8-3.zip |
OS X El Capitan binaries: | r-release: gRbase_1.8-3.tgz |
OS X Mavericks binaries: | r-oldrel: gRbase_1.8-3.tgz |
Old sources: | gRbase archive |
Reverse depends: | dlsem, gRain, gRc, gRim |
Reverse imports: | BayesNetBP, bnspatial, D2C, HydeNet, rags2ridges, simPATHy, topologyGSA |
Reverse linking to: | gRain |
Reverse suggests: | bnclassify |
Please use the canonical form https://CRAN.R-project.org/package=gRbase to link to this page.