The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The deal package offers R functions that estimate Bayesian networks with continuous and/or discrete variables can be learned and compared from data. It includes several methods for analysing data using Bayesian networks with variables of discrete and/or continuous types but restricted to conditionally Gaussian networks. Construction of priors for network parameters is supported and their parameters can be learned from data using conjugate updating. The network score is used as a metric to learn the structure of the network and forms the basis of a heuristic search strategy. deal has an interface to Hugin. The method is described in further detail in Boettcher and Dethlefsen (2003).
The released and tested version of deal is available at the Comprehensive R Archive Network). It is installed from within R by running
install.packages("deal")
To install the latest version of deal directly from GitHub, run
#install.packages("devtools")
::install_github("ClausDethlefsen/deal") devtools
Ensure that you have the package development prerequisites if you wish to install the package from the source. For previous versions of deal, visit the archive at CRAN.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.