getMparamsNames | R Documentation |
Gives a vector of strings corresponding to the meaning of each generalized Moebius parameter: e.g. "p(a, c = 0 | b = 1, d = 0, e = 0)".
getMparamsNames(mparam, blanks = FALSE)
mparam |
An object of class |
blanks |
logical indicating whether to omit repeated names. |
The logical blanks
provides for adding whitespace in place of some
repeated vertices in the output.
A string valued vector containing the names in head order.
Note that if the Moebius parametrization is with respect to the recursive factorization, some of the parameters may be reweighted probabilities of the joint distribution.
Robin Evans
Evans, R.J. and Richardson, T.S. (2010) - Fitting acyclic directed mixed graphs to binary data. UAI-10.
data(gr2, package="MixedGraphs")
mparams = moebius(gr2, prob_table(gr2, values=rep(1/32, 32)))
ADMGs2:::getMparamsNames(mparams)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.