You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just hit this issue as well. I think the underlying problem is that ddply can be masked by other libraries. See here: Lhttps://github.com//issues/114
Hi,
I have successfully plotted a survey with the likert package with this code:
plot(ResultPSrev, wrap=15, text.size=2.7,
group.order = c("Statement 1", "Statement 2", "Statement 3", "Statement 4", "Statement 5", "Statement 6", "Statement 7"),
type="bar")
However, when I add plot.percents=TRUE I get the following error:
Error in ddply(results[results$value > 0, ], .(Item), transform, pos = cumsum(value) - :
could not find function "ddply"
How can I show the percentages in the stacked bar?
The text was updated successfully, but these errors were encountered: