R-likert-results - Ploting Results from a Likert scale survey
Plot survey results from a Likert scale survey.
Present your survey results with a nice graphic!
Getting Started
Prerequisites
- R installed
- R package HH
- survey results in csv
Bash Script to generate the results of a Likert scale survey with R.
- Plots a Likert scale graphic with csv - file
- groups items together according to “Group”
- generates an eps graphic
- csv file, e.g.
Group, Question, “Strongly Disagree”, Disagree, Neutral, Agree ,”Strongly Agree”
User, This is a question, 1, 3, 2, 4, 5
Usage: ./r-likert.sh r-likert.R survey-results.csv
Example
-
This is an example survey results as a Likert plot.
Authors
- https://github.com/hannic
License
This project is licensed under the MIT License - see the LICENSE.md file for details