Description Usage Arguments Value Author(s) References
This function is used to suppress information printed from external functions
that make internal use of link{message} and cat, which
provide information in interactive R sessions. For simulations, the session
is not interactive, and therefore this type of output should be suppressed.
For similar behavior for suppressing warning messages see
suppressWarnings, though use this function carefully as some
warnings can be meaningful and unexpected.
1 |
... |
the functional expression to be evaluated |
messages |
logical; suppress all messages? |
cat |
logical; suppress all concatenate and print calls from |
quiet
Phil Chalmers
Sigal, M. J., & Chalmers, R. P. (2016). Play it again: Teaching statistics with Monte Carlo simulation. Journal of Statistics Education, 24(3), 136-156.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.