OAHC {ceg} | R Documentation |
OAHC Constructor
Description
This function calculates the best stage configuration of a hyperstage associated with a specific variable of time-slice t_0 or t_k, k>=1, using the oahc algorithm (oahc - Optimised Agglomerative Hierarchical Clustering)
Usage
OAHC(level, prior.distribution, contingency.table, tree)
Arguments
level |
numeric - level under optimisation |
prior.distribution |
(list of matrices) - see function
|
contingency.table |
(list of matrices) - see function ContingencyTable |
tree |
an object 'Event.tree' |
Value
a OAHC S4 object
See Also
SingleScore, PairwiseScore, SingleReorder, NaReorder, KeepLexOrder
[Package ceg version 0.1.0 Index]