
Last chance! 50% off unlimited learning
Sale ends in
This is a helper function to stop simulations failing if the metafor function rma fails for example cannot converge properly for a specific dataset.
CatchError(expr)
A message confirming whether the expression has performed successfully
The expression that is being monitored
Barbara Kitchenham and Lech Madeyski
ES=c(0.2,0.3)
ESvar=c(0.04,0.03)
outcome=reproducer:::CatchError(metafor::rma(ES,ESvar,method='Meth'))
outcome
# [1] 'Failure'
Run the code above in your browser using DataLab