Learn R Programming

MSEtool (version 2.0.1)

tinyErr: Remove observation error, process error, implementation error or future gradients in (time varying) parameters

Description

This function allows like-by-like comparison of results among DLMtool `runMSE()` and MSEtool `multiMSE()`.

Usage

# S4 method for MOM
tinyErr(x, obs = TRUE, imp = TRUE, proc = TRUE, grad = TRUE, silent = FALSE)

Arguments

x

Object of class MOM. A Multi-OM object

obs

Logical. Whether observation error should be removed

imp

Logical. Whether implementation error should be removed

proc

Logical. Whether process error should be removed (e.g. interannual variability in natural mortality rate)

grad

Logical. Whether gradients (consistent temporal changes in parameters) should be removed

silent

Logical. Should changes be printed to the console?