LatentDigraphFixedOrder {SEMID} | R Documentation |
Construct LatentDigraphFixedOrder object
Description
Creates an object representing a directed graph with some number of nodes which are latent (unobserved).
Usage
LatentDigraphFixedOrder(L = matrix(0,1,1), numObserved = nrow(L))
Arguments
L |
see |
numObserved |
a non-negative integer representing the number of observed nodes in the graph. |
Value
An object representing the LatentDigraphFixedOrder
[Package SEMID version 0.4.1 Index]