cjvanlissa / tidySEM

54 stars 7 forks source link

graph_sem() Example fails #60

Closed xihuixu closed 1 year ago

xihuixu commented 1 year ago

library(lavaan) res <- sem("dist ~ speed", cars) graph_sem(res)

Error in (function (edges = NULL, layout = NULL, nodes = NULL, rect_width = 1.2, : Argument 'edges' must have columns 'from' and 'to'.