Hi there, I am running Monte Carlo Simulations in R using ordinary "while (condition)" loops. Since the number of iterations is something like 100.000 and within each iteration a given subsample is extended sequentially it takes hours to run the simulation.
Does anyone know if there is either a way to avoid using loops in Monte Carlo Simulations or how to include possible faster "c++" commands in R code? many thanks in advance. Nael Al-Anaswah ----------------------------------------------------- Nael Al-Anaswah Department of Econometrics University of Muenster Germany ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
