Hi Barry: I don't think so. In addition to what I put in the example below, there are some other diagnostics I want to print to screen as the optimization proceeds. I don't see in the help page whether that is possible in this function. Am I missing something?
-----Original Message----- From: b.rowling...@googlemail.com [mailto:b.rowling...@googlemail.com] On Behalf Of Barry Rowlingson Sent: Thursday, June 17, 2010 11:50 AM To: Doran, Harold Cc: r-help@r-project.org Subject: Re: [R] Pretty printing progress 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.