在semPaths / qgraph中旋转边

时间:2014-10-27 12:02:49

标签: r path diagram

我有一个类似于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)

enter image description here

我想为每个节点“旋转”半圆形“边缘”。对于半圆形边缘,我指的是通常包含互补R ^ 2方块的边缘。我不知道这是怎么称呼的,所以我不可能为自己解决这个问题。如果需要更多信息,请不要犹豫。

1 个答案:

答案 0 :(得分:0)

semPath中有一个rotate参数。 使用semPath(outfile,rotation = 2)可以更改布局的旋转。您还可以使用layout =“”指定不同的布局样式 论据。 我相信此页面对您了解所需的其他semPath参数将非常有帮助: https://www.rdocumentation.org/packages/semPlot/versions/1.1.2/topics/semPaths