with_warnings {partR2} | R Documentation |
Captures and suppresses (still to find out why) warnings of an expression
Description
This function is used within partR2 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 |
Value
List of warnings.
[Package partR2 version 0.9.2 Index]