-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
8 changed files
with
34 additions
and
13 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 |
---|---|---|
|
@@ -17,11 +17,16 @@ Authors@R: c(person("Tomasz", "Zoltak", | |
Maintainer: Tomasz Zoltak <[email protected]> | ||
Description: Package allows to generate simulated datasets using algorithms | ||
that mimic different response styles to survey questions using: 1) IRTree | ||
approach, 2) (G)PCM (and rating scale version of a partial credit model) | ||
approach, 3) user provided function that (with some probability) chooses | ||
response using information about previous responses. This allows to cover | ||
wide range of potential response styles like: extreme and middle (ERS, MRS), | ||
acquiesce (ARS) and also careless/inattentive responding (CR, IR). | ||
approach (Bockenholt (2012) <doi:10.1037/a0028111>, | ||
(2017) <doi:10.1037/met0000106>), 2) (G)PCM (and rating scale version of | ||
a partial credit model) random-thresholds approach (Falk & Cai (2016) | ||
<doi:10.1037/met0000059>; Henninger & Meiser (2020a) | ||
<doi:10.1037/met0000249>, (2020b) <doi:10.1037/met0000268>; Plieninger | ||
(2017) <doi:10.1177/0013164416636655>), 3) user provided function that (with | ||
some probability) chooses response using information about previous | ||
responses. This allows to cover wide range of potential response styles | ||
like: extreme and middle (ERS, MRS), acquiesce (ARS) and also | ||
careless/inattentive responding (CR, IR). | ||
License: MIT + file LICENSE | ||
Depends: R (>= 4.0.0) | ||
Suggests: | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,4 +15,3 @@ test_that("", { | |
paste0("e_", colnames(responses))))) | ||
expect_identical(respExp, pattern) | ||
}) | ||
rm(list = ls()) |
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
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
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