Creates an object representing a directed graph with some number of nodes which are latent (unobserved).
LatentDigraphFixedOrder(L = matrix(0,1,1), numObserved = nrow(L))
An object representing the LatentDigraphFixedOrder
see graphID
for the appropriate form of L. The
first numObserved rows of L correspond to the observed nodes in the
graph, all other nodes are considered unobserved.
a non-negative integer representing the number of observed nodes in the graph.