[R] Pretty printing progress
    Barry Rowlingson 
    b.rowlingson at lancaster.ac.uk
       
    Thu Jun 17 17:50:03 CEST 2010
    
    
  
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