powered by
Convert an igraph object to a model (lavaan syntax).
graph2lavaan(graph, nodes = V(graph)$name, ...)
A model in lavaan syntax.
A graph as an igraph object.
Subset of nodes to be included in the model. By default, all the input graph nodes will be included in the output model.
Currently ignored.
Mario Grassi mario.grassi@unipv.it
# Graph (igraph object) to structural model in lavaan syntax model <- graph2lavaan(sachs$graph) cat(model, "\n")
Run the code above in your browser using DataLab