Here are some functions to look at for help with your problem (though as Sarah comments, it would be easier for us to help you if you help us by giving more detail as mentioned in the posting guide).
The flush.console function will send output to the screen even when buffering is happening. The winProgressBar function (and relatives) give another approach to indicating progress when on a windows OS The tkProgressBar function in the tcltk package does similar and works on non-windows OSs. The replicate function is one way to make simulations easier The whole parallel package can help make simulations faster in some cases (though it ruins the whole monitoring progress thing). On Fri, May 23, 2014 at 12:57 PM, Ragia Ibrahim <ragi...@hotmail.com> wrote: > > > F > > > > Hi, > An R function that should be run for about 50 000 times... > during execution some data saved in data frame > how can I view the progress of the function, even its counter..? > there are print stamens inside the code but nothing show up till the end of > the run !!! > other thing, is there any way in R to make simulation easier? > thanks n advance > RAE > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.