Package: LikertMakeR
Version: 0.1.5
Type: Package
Title: Synthesise and Correlate Rating-Scale Data
Authors@R: 
    person(
    given = "Hume", 
    family = "Winzar", 
    email = "winzar@gmail.com", 
    role = c("cre", "aut"),
    comment = c(ORCID = "0000-0001-7475-2641")
    )
Description: Synthesise and correlate rating-scale data with 
  predefined first & second moments and, optionally, predefined 
  correlation matrix. 
  The function, `lexact()`, uses the 'DEoptim' 
  <https://CRAN.R-project.org/package=DEoptim> package, described in 
  Mullen, Ardia, Gil, Windover, & Cline (2011) <doi:10.18637/jss.v040.i06>,
  to synthesise a vector of discrete values with predefined mean and 
  standard deviation exact to two decimal places, if feasible. 
  The function, `lfast()`, draws a random sample from a _Beta_ distribution 
  which is rescaled to give a vector with approximate first and second moments. 
  It is much faster than `lexact()` but not as precise. 
  The function, `lcor()`, systematically swaps values within each column of a 
  data-frame so that they are correlated to fit a predefined correlation matrix.
URL: https://github.com/WinzarH/LikertMakeR
BugReports: https://github.com/WinzarH/LikertMakeR/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
VignetteBuilder: knitr
Depends: R (>= 4.2.0)
Imports: DEoptim (>= 2.2-0),
Suggests: knitr, testthat
RoxygenNote: 7.2.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-12-22 03:13:06 UTC; winza
Author: Hume Winzar [cre, aut] (<https://orcid.org/0000-0001-7475-2641>)
Maintainer: Hume Winzar <winzar@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-22 20:20:04 UTC
Built: R 4.2.0; ; 2022-12-23 12:41:53 UTC; unix
