View source: R/gr_HRMnetwork.R
MMEave | R Documentation |
MMEave
It creates an object with two slots: $graph
containing the graph and $depParams
containing
the edge weights which are initialized with zero values.
It is intended to be used for estimation of edge weights of models on trees.
Consult Vignettes "Code - Note 6" and "Estimation - Note 6".
MMEave(g)
g |
must be an |
Object of class MMEave
with two slots: $graph
containing the graph and $depParams
containing the edge weights
corresponding to the dependence parameters.
g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE) mmeave<- MMEave(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.