-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.07 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
35
36
Type: Package
Package: LikertMakeR
Title: Synthesise and Correlate Likert Scale and Rating-Scale Data
Version: 0.4.5
Authors@R:
person("Hume", "Winzar", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7475-2641"))
Description: Synthesise Likert scale and related rating-scale data with
predefined first and second moments (mean and standard deviation),
and, optionally, correlate multiple vectors using a predefined
correlation matrix. Additionally, generate synthetic rating-scale
items with a predefined Cronbach's Alpha, or create rating-scale items
based on a predefined summated scale.
License: MIT + file LICENSE
URL: https://github.com/WinzarH/LikertMakeR
BugReports: https://github.com/WinzarH/LikertMakeR/issues
Depends:
R (>= 4.2.0)
Imports:
dplyr,
gtools,
Rcpp
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2