latentDigraphHasSimpleNumbering {SEMID} | R Documentation |
Checks that a LatentDigraph has appropriate node numbering
Description
Checks that the input latent digraph has nodes numbered from 1 to latentDigraph$numObserved()+latentDigraph$numLatents(). The first latentDigraph$numObserved() nodes correspond to the observed nodes in the graph, all other nodes are considered unobserved. Throws an error if this is not true.
Usage
latentDigraphHasSimpleNumbering(graph)
Arguments
graph |
a |
[Package SEMID version 0.4.1 Index]