Summary of a seed number
Summary of a seed number used in the simulation
summarySeed(object)
object |
|
The first section is the seed number used in running the whole simulation. The second section is the L'Ecuyer seed of the last replication.
Sunthud Pornprasertmanit (psunthud@gmail.com)
## Not run: loading <- matrix(0, 6, 2) loading[1:3, 1] <- NA loading[4:6, 2] <- NA LY <- bind(loading, 0.7) latent.cor <- matrix(NA, 2, 2) diag(latent.cor) <- 1 RPS <- binds(latent.cor, 0.5) RTE <- binds(diag(6)) VY <- bind(rep(NA,6),2) CFA.Model <- model(LY = LY, RPS = RPS, RTE = RTE, modelType = "CFA") # In reality, more than 5 replications are needed. Output <- sim(5, CFA.Model, n=200) summarySeed(Output) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.