Rotate Edges in semPaths/qgraph

試著忘記壹切 提交于 2019-12-11 09:38:40

问题


I have a data that looks similar to this exemple of Sasha Epskamp:

library(qgraph)
library(semPlot)
library(MplusAutomation)

download.file("http://www.statmodel.com/usersguide/chap5/ex5.8.out", outfile <- tempfile(fileext = ".out"))

# Plot model:
semPaths(outfile, intercepts = FALSE)

I would like to "rotate" the semi-circular "Edges" for each Node. For semi-circular edges I mean the edges that normally contains complementary R^2 squares. I don't know how that is called, so it's quite impossible for me to solve this problem for my own. If more information is required, don't hesitate to ask for it.

来源:https://stackoverflow.com/questions/26587151/rotate-edges-in-sempaths-qgraph

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!