【问题标题】:Likert plot 100 percent scale with Likert Package使用李克特包的李克特图 100% 比例尺
【发布时间】:2019-01-29 11:06:57
【问题描述】:

我想绘制一个具有 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)

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

我在 R 中使用“likert”包。

非常感谢任何帮助。

【问题讨论】:

    标签: r plot likert


    【解决方案1】:

    嘿嘿, 您创建的绘图与您想要的绘图之间的区别是“中心”。使用centered = TRUE,您可以强制绘图以 0 处的“中性”类别为中心,如果是 5 点李克特量表,这将是第三类。要获得堆叠图,您必须使用centered = FALSE

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-06-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-03
      相关资源
      最近更新 更多