Author: Jason Bryer, Ph.D.
Website: https://jbryer.github.io/likert/
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")
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 demonstrates many of the features.
Download the 2013 useR! Conference abstract and slides.
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 or from within R:
demo('likert', package='likert')
Or run the Shiny app:
shinyLikert()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.