This is a request to ask if there are any packages that implement an algorithm to simulate multivariate ordinal data with a specific rank (Spearman) correlation matrix? A cursory search didn't find anything.
The algorithm is described in Wicklin's book [1], but attributes the algorithms to [2,3].
If there is no such code then I will consider implementing it myself.
[1] Wicklin, R. (2013), Simulating Data with SAS, Cary, NC: SAS Institute Inc.
[2] Kaiser, S., Träger, D., and Leisch, F. (2011), Generating Correlated Ordinal Random Values, Technical report, University of Munich, Department of Statistics. URL http://epub.ub.uni-muenchen.de/12157/
[3] Demirtas, H. (2006), “A Method for Multivariate Ordinal Data Generation Given Marginal Distributions and Correlations,” Journal of Statistical Computation and Simulation, 76, 1017–1025.
The algorithm is described in Wicklin's book [1], but attributes the algorithms to [2,3].
If there is no such code then I will consider implementing it myself.
[1] Wicklin, R. (2013), Simulating Data with SAS, Cary, NC: SAS Institute Inc.
[2] Kaiser, S., Träger, D., and Leisch, F. (2011), Generating Correlated Ordinal Random Values, Technical report, University of Munich, Department of Statistics. URL http://epub.ub.uni-muenchen.de/12157/
[3] Demirtas, H. (2006), “A Method for Multivariate Ordinal Data Generation Given Marginal Distributions and Correlations,” Journal of Statistical Computation and Simulation, 76, 1017–1025.
Comment