with_warnings {rptR} | R Documentation |
Captures and suppresses (still to find out why) warnings of an expression
Description
This function is used within rptR to capture lme4 model fitting warnings in the bootstrap and permutation procedures.
Usage
with_warnings(expr)
Arguments
expr |
An expression, such as the sequence of code used by rptR to calculate bootstrap or permutation estimates |
[Package rptR version 0.9.22 Index]