LatentDigraphFixedOrder: Construct LatentDigraphFixedOrder object

LatentDigraphFixedOrderR 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 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.

numObserved

a non-negative integer representing the number of observed nodes in the graph.

Value

An object representing the LatentDigraphFixedOrder


SEMID documentation built on July 26, 2023, 5:40 p.m.