用李克特软件包对李克特情节进行100%缩放

时间:2019-01-29 11:06:58

标签: r plot likert

我想绘制一个100%缩放(100)的李克特图,其图大小相等。我尝试了以下代码,并给出了以下图表:

plot(LIKPR3,centred=TRUE,plot.percents=TRUE, plot.percent.neutral = TRUE, text.size = 6,
                  text.color = "black", include.center = TRUE,
                  ordered = TRUE, wrap = 60, wrap.grouping = 50, legend = "Response",
                  legend.position = "bottom", panel.arrange = "v",
                  plot.percent.low = FALSE, plot.percent.high = FALSE, central=FALSE)

ss

我想制作类似于以下内容的情节。

enter image description here

我在R中使用“ likert”包。

我们非常感谢您的帮助。

1 个答案:

答案 0 :(得分:1)

嘿, 创建的图与要具有的图之间的差异是“中心”。使用centered = TRUE时,您可以强制将绘图以“中性”类别为0居中,如果使用5点李克特比例,则这将是第三类别。要获得堆积图,您必须使用centered = FALSE