View source: R/gr_HRMnetwork.R
MLE1 | R Documentation |
MLE1
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 also Vignettes "Code - Note 2" and "Estimation - Note 2".
MLE1(g)
g |
must be an |
Object of class MLE1
with two slots: $graph
containing the graph and $depParams
containing
the edge weights corresponding to the dependence parameters. The edge weights are initialized with zero values.
g<- make_tree(8,3, mode="undirected") g<- set.vertex.attribute(g, "name", V(g), letters[1:8]) mle1<- MLE1(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.