R/progress.R

Defines functions progress.amofa.vbmfa

progress.amofa.vbmfa <- function(n.its){
  cat(sprintf('\rA total of %d iterations have been performed.',
              n.its))
}

Try the autoMFA package in your browser

Any scripts or data that you put into this service are public.

autoMFA documentation built on Aug. 10, 2021, 5:07 p.m.