simTheta
is a function for generating a theta matrix based on the given
sample size, mean, standard deviation, and correlation matrix.
simTheta(N, mean_v, sd_v, cor_v)
the number of examinees.
a vector containing the mean of each dimension.
a vector containing the standard deviation of each dimension.
a correlation matrix.
a theta matrix.
simTheta
calls mvrnorm
internally.