An open API service indexing awesome lists of open source software.

https://github.com/jbryer/likert

Package to analyze likert based items.
https://github.com/jbryer/likert

data-science r visualization

Last synced: 5 months ago
JSON representation

Package to analyze likert based items.

Awesome Lists containing this project

README

          

---
output: github_document
editor_options:
chunk_output_type: console
---

### Analysis and Visualization of Likert Based Items

**Author: [Jason Bryer, Ph.D.](mailto:jason@bryer.org)**
**Website: **

`r badger::badge_cran_release("likert", "orange")`
`r badger::badge_devel("jbryer/likert", "blue")`
`r badger::badge_github_actions("jbryer/likert", action = "R-CMD-check")`
![Downloads](http://cranlogs.r-pkg.org/badges/likert)

`likert` is an R package designed to help analyzing and visualizing Likert type items. More information can be obtained at https://jbryer.github.io/likert. Also, the [included demo](https://github.com/jbryer/likert/blob/master/demo/likert.R) demonstrates many of the features.

Download the 2013 useR! Conference [abstract](https://github.com/jbryer/likert/raw/master/slides/useR%202013/Abstract/Speerschneider.Bryer.likert.pdf) and [slides](https://github.com/jbryer/likert/raw/master/slides/useR%202013/Slides/Slides.pdf).

![Reading Attitude](https://bryer.org/images/likert/centeredPlot1.png)
![Reading Attitude with Histogram](https://bryer.org/images/likert/centeredPlot2.png)

The latest development version can be downloaded using the `devtools` package.

```
remotes::install_github('jbryer/likert')
```

To get started take a look at the [likert demo](https://github.com/jbryer/likert/blob/master/demo/likert.R) or from within R:

```
demo('likert', package='likert')
```

Or run the [Shiny app](http://rstudio.com/shiny):

```
shinyLikert()
```