model.fake.par {sgr} | R Documentation |
Internal function.
Description
Set different instances of the conditional replacement distribution.
Usage
model.fake.par(fake.model = c("uninformative", "average", "slight", "extreme"))
Arguments
fake.model |
A character string
indicating the model for the conditional replacement distribution.
The options are: |
Value
Gives a list with \gamma
and \delta
parameters.
Author(s)
Massimiliano Pastore
References
Lombardi, L., Pastore, M. (2014). sgr: A Package for Simulating Conditional Fake Ordinal Data. The R Journal, 6, 164-177.
Pastore, M., Lombardi, L. (2014). The impact of faking on Cronbach's Alpha for dichotomous and ordered rating scores. Quality & Quantity, 48, 1191-1211.
Examples
model.fake.par() # default
model.fake.par("average")
[Package sgr version 1.3.1 Index]