I don't need the information currently provided (Adapting for xxx iterations; burning in for x of y; actual update x of y) etc.
How do I turn this off? I don't see an option under ?runMLwiN
How can I turn echo off?
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: How can I turn echo off?
The stdout and stderr parameters of the runMLwiN function take the same form as in the system2 function (https://stat.ethz.ch/R-manual/R-devel/l ... stem2.html). You can therefore redirect the output to a file by specifying one here, or suppress it completely by setting these parameters to NULL or FALSE.
-
- Posts: 42
- Joined: Thu Jul 28, 2016 11:33 am
Re: How can I turn echo off?
thanks, that worked!