Package: likert Type: Package Title: Analysis and Visualization Likert Items Version: 2.0.1 Date: 2025-03-24 Authors@R: c( person("Jason", "Bryer", , "jason@bryer.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2454-0402")), person("Kim", "Speerschneider", , "kimkspeer@gmail.com", role = "ctb") ) URL: http://jbryer.github.io/likert/, https://github.com/jbryer/likert BugReports: https://github.com/jbryer/likert/issues Description: An approach to analyzing Likert response items, with an emphasis on visualizations. The stacked bar plot is the preferred method for presenting Likert results. Tabular results are also implemented along with density plots to assist researchers in determining whether Likert responses can be used quantitatively instead of qualitatively. See the likert(), summary.likert(), and plot.likert() functions to get started. License: GPL LazyLoad: yes VignetteBuilder: knitr Depends: R (>= 3.0), ggplot2 (>= 2.2.0) Imports: psych, reshape2, gridExtra, grid, plyr, xtable, shiny Suggests: devtools, DT, knitr, colourpicker, rmarkdown, testthat (>= 3.0.0), vdiffr RoxygenNote: 7.3.2 Encoding: UTF-8 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://jbryer.r-universe.dev Date/Publication: 2025-03-26 02:19:58 UTC RemoteUrl: https://github.com/jbryer/likert RemoteRef: HEAD RemoteSha: 1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6 NeedsCompilation: no Packaged: 2026-06-17 07:42:23 UTC; root Author: Jason Bryer [aut, cre] (ORCID: ), Kim Speerschneider [ctb] Maintainer: Jason Bryer