EngHitz: Object of class 'EngHitz'

View source: R/gr_HRMnetwork.R

EngHitzR Documentation

Object of class EngHitz

Description

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 4" and "Estimation - Note 4".

Usage

EngHitz(g)

Arguments

g

must be an igraph object

Value

Object of class EngHitz with two slots: $graph containing the graph and $depParams containing the edge weights corresponding to the dependence parameters.

Examples

g<- graph(c("a","b", "b","c", "b", "d"), directed=FALSE)
enghitz<- EngHitz(g)

gremes documentation built on Feb. 16, 2023, 8:06 p.m.