[R] Pretty printing progress

Doran, Harold HDoran at air.org
Thu Jun 17 17:56:16 CEST 2010


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.rowlingson at googlemail.com [mailto:b.rowlingson at googlemail.com] On Behalf Of Barry Rowlingson
Sent: Thursday, June 17, 2010 11:50 AM
To: Doran, Harold
Cc: r-help at r-project.org
Subject: Re: [R] Pretty printing progress

On Thu, Jun 17, 2010 at 3:33 PM, Doran, Harold <HDoran at 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



More information about the R-help mailing list