"symMatrix"
function. Objects can be also created by calls of the form new("SymMatrix", ...)
."SimMatrix "
, directly.SimMatrix
for random parameter matrix and SimVector
for random parameter vector.showClass("SymMatrix")
latent.cor <- matrix(NA, 3, 3)
diag(latent.cor) <- 1
RPH <- symMatrix(latent.cor, 0.5)
u46 <- simUnif(0.4, 0.6)
RPH <- adjust(RPH, "u46", c(3,2))
summary(RPH)
summaryShort(RPH)
run(RPH)
Run the code above in your browser using DataLab