Re: [R] Simulation in R - Part 2

2006-12-08 Thread Petr Pikal
:[R] Simulation in R - Part 2 Hello! So, the simulation works (drawing 100 samples and then calculate the model for each sample). Here is the code: --snip-- # sample size n=200 ergebnisse200 - rep(0, each=100) stichproben200 - vector(‶list※, 100) default200 - rep(0

[R] Simulation in R - Part 2

2006-12-07 Thread Alexander Geisler
Hello! So, the simulation works (drawing 100 samples and then calculate the model for each sample). Here is the code: --snip-- # sample size n=200 ergebnisse200 - rep(0, each=100) stichproben200 - vector(“list”, 100) default200 - rep(0, each=100) for (i in seq(1:100)) { n - dim(daten)[1]