On Thu, Jun 17, 2010 at 3:33 PM, Doran, Harold <hdo...@air.org> wrote: > I have a function that is an iterative process for estimating some MLEs. I > want to print some progress to screen as the process iterates. I would like > to try and line things up nicely in the R window, but am not sure the best > way to do this. Below is a toy example. Suppose I want the value of 10 to be > just below "iteration" and the value of -1234 to be just below 'Log > Likelihood'.
Sure you just dont want to use the progress bar functions from the plyr package: ?plyr::create_progress_bar another example of things being in the wrong package.... Barry ______________________________________________ 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.