Other packages > Find by keyword >

ceg  

Chain Event Graph
View on CRAN: Click here


Download and install ceg package within the R console
Install from CRAN:
install.packages("ceg")

Install from Github:
library("remotes")
install_github("cran/ceg")

Install by package version:
library("remotes")
install_version("ceg", "0.1.0")



Attach the package and use:
library("ceg")
Maintained by
Pier Taranti
[Scholar Profile | Author Map]
First Published: 2017-11-27
Latest Update: 2017-11-27
Description:
Create and learn Chain Event Graph (CEG) models using a Bayesian framework. It provides us with a Hierarchical Agglomerative algorithm to search the CEG model space. The package also includes several facilities for visualisations of the objects associated with a CEG. The CEG class can represent a range of relational data types, and supports arbitrary vertex, edge and graph attributes. A Chain Event Graph is a tree-based graphical model that provides a powerful graphical interface through which domain experts can easily translate a process into sequences of observed events using plain language. CEGs have been a useful class of graphical model especially to capture context-specific conditional independences. References: Collazo R, Gorgen C, Smith J. Chain Event Graph. CRC Press, ISBN 9781498729604, 2018 (forthcoming); and Barday LM, Collazo RA, Smith JQ, Thwaites PA, Nicholson AE. The Dynamic Chain Event Graph. Electronic Journal of Statistics, 9 (2) 2130-2169 .
How to cite:
Pier Taranti (2017). ceg: Chain Event Graph. R package version 0.1.0, https://cran.r-project.org/web/packages/ceg. Accessed 07 May. 2025.
Previous versions and publish date:
No previous versions
Other packages that cited ceg R package
View ceg citation profile
Other R packages that ceg depends, imports, suggests or enhances
Complete documentation for ceg
Functions, R codes and Examples using the ceg R package
Some associated functions: AlphaEdgeInternal . Category-class . Category . Ceg.model-class . CegGraphSimple . CheckAndCleanData . ContingencyTable . ContingencyTableVariable . Dinamic.programming-class . Dirchlet.MPNL.distribution-class . Dirchlet.distribution-class . Distribution.of.probability-class . EdgeLabel . EdgeList . EdgeSituation . Event.tree-class . Exhaustive.model.search.algorithm-class . Heuristic.model.search.algorithm-class . KeepLexOrder . LabelStage . ListToVector . MergeLabels . Model.search.algorithm-class . Multinomial.distribution-class . NodeColor . NodeLabel . NodeSet . OAHC-class . OAHC . PairwisePosition . PositionLevel . PositionStage . PositionVector . Posterior.distribution-class . Prior.distribution-class . PriorDistribution . PriorVariable . Staged.tree-class . Stratified.ceg.model-class . Stratified.ceg.model . Stratified.event.tree-class . Stratified.event.tree . Stratified.staged.tree-class . Stratified.staged.tree . StratifiedCegPosition . StratifiedEventTreeGraph . TreeGraph . TruncatedPath . Variable-class . Variable . artificial.chds . ceg-package . plot-Stratified.ceg.model-ANY-method . plot-Stratified.event.tree-ANY-method . plot-Stratified.staged.tree-ANY-method . scm . set.manual . set . sst . 
Some associated R codes: category.R . ceg.R . ceg_model.R . cont_table.R . data_documentation.R . dinamic_programming.R . dirchlet_distribution.R . dirchlet_mpnl_distribution.R . distribution_of_probability.R . event_tree.R . exhaustive_model_search_algorithm.R . heuristic_model_search_algorithm.R . lib_funtions.R . model_search_algorithm.R . multinomial_distribution.R . oahc.R . posterior_distribution.R . prior_distribution.R . staged_tree.R . stratified_ceg_model.R . stratified_event_tree.R . stratified_staged_tree.R . variable.R .  Full ceg package functions and examples
Downloads during the last 30 days
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/06Downloads for ceg024681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA