| lfhtcID {SEMID} | R Documentation |
Determines which edges in a latent digraph are LF-HTC-identifiable.
Description
Uses the latent-factor half-trek criterion to determine which edges in a latent digraph are generically identifiable.
Usage
lfhtcID(graph)
Arguments
graph |
a |
Value
returns a list with 8 components:
solvedParentsa list whose ith element contains a vector containing the subsets of parents of node i for which the edge j->i could be shown to be generically identifiable.
unsolvedParentsas for
solvedParentsbut for the unsolved parents.identifiera function that takes a (generic) covariance matrix corresponding to the graph and identifies the edges parameters from solvedParents and solvedSiblings. See
htcIdentifyStepfor a more in-depth discussion of identifier functions.grapha latent digraph object of the graph.
callthe call made to this function.
activeFromslist. If node i is solved then the ith index is a vector containing the nodes Y otherwise it is empty.
Zslist. If node i is solved then the ith index is a vector containing the nodes Z otherwise it is empty.
Lslist. If node i is solved then the ith index is a vector containing the nodes L otherwise it is empty.
References
Barber, R. F., Drton, M., Sturma, N., and Weihs L. (2022). Half-Trek Criterion for Identifiability of Latent Variable Models. Ann. Statist. 50(6):3174–3196. <doi:10.1214/22-AOS2221>.