-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Type: Package
Package: latent2likert
Title: Converting Latent Variables into Likert Scale Responses
Version: 1.2.2
Authors@R:
person("Marko", "Lalovic", , "[email protected]", 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