Type: Package Package: latent2likert Title: Converting Latent Variables into Likert Scale Responses Version: 1.2.2 Authors@R: person("Marko", "Lalovic", , "marko@lalovic.io", role = c("aut", "cre")) Description: Effectively simulates the discretization process inherent to Likert scales while minimizing distortion. It converts continuous latent variables into ordinal categories to generate Likert scale item responses. Particularly useful for accurately modeling and analyzing survey data that use Likert scales, especially when applying statistical techniques that require metric data. License: MIT + file LICENSE URL: https://latent2likert.lalovic.io/ BugReports: https://github.com/markolalovic/latent2likert/issues/ Depends: R (>= 3.5) Imports: graphics, mvtnorm, stats, utils Suggests: sn, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Repository: https://markolalovic.r-universe.dev Date/Publication: 2024-10-09 21:15:26 UTC RemoteUrl: https://github.com/markolalovic/latent2likert RemoteRef: HEAD RemoteSha: 90c53cff3f6a722f6ee2c8ba5574edec50cb7428 NeedsCompilation: no Packaged: 2026-06-19 10:19:48 UTC; root Author: Marko Lalovic [aut, cre] Maintainer: Marko Lalovic