-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e348e12
commit 0e85f58
Showing
121 changed files
with
38,610 additions
and
4,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,4 @@ po/*~ | |
# RStudio Connect folder | ||
rsconnect/ | ||
.Rproj.user | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
Package: responsesR | ||
Type: Package | ||
Title: Simulation of Likert Item Responses | ||
Version: 1.2.0 | ||
Date: 2024-03-26 | ||
Version: 1.2.1 | ||
Date: 2024-06-05 | ||
Authors@R: | ||
person(given = "Marko", | ||
family = "Lalovic", | ||
role = c("aut", "cre"), | ||
email = "marko[email protected]", | ||
email = "marko@lalovic.me", | ||
comment = c(ORCID = "0000-0002-1305-0192")) | ||
Description: Simulates data sets that mimic the kind of survey data | ||
commonly analyzed in applied social research known as Likert items. The user | ||
can leverage continuous variables with known means and covariance structure, | ||
which undergo discretization into discrete variables. The discrete variables | ||
mirror the original continuous data through Lloyd’s algorithm, a technique | ||
commonly utilized in signal processing and closely linked to k-means clustering. | ||
Furthermore, asymmetry can be introduced by incorporating skew normal distribution. | ||
Additionally, the package enables the reconstruction of continuous variables from | ||
probability distributions of discrete variables, thereby enabling users to replicate | ||
existing survey data more accurately. | ||
URL: https://markolalovic.github.io/responsesR, https://github.com/markolalovic/responsesR | ||
Description: Provides an easy framework to simulate survey data commonly analyzed | ||
in applied social research, specifically Likert items. Users can specify latent variables by | ||
providing means, standard deviations, and optionally, skewness and correlations. The generated | ||
dataset represents responses to Likert scale questions, which can be used for various purposes, | ||
such as validating theoretical findings obtained through factor analysis and structural equation modeling. | ||
The package also allows for the estimation of parameters from existing survey data to replicate it more accurately. | ||
URL: https://lalovic.io/responsesR, https://github.com/markolalovic/responsesR | ||
BugReports: https://github.com/markolalovic/responsesR/issues | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.