tinyErr | R Documentation |
Takes an existing OM object and converts it to one without any observation error, implementation error, very little process error, and/or gradients in life history parameters and catchability.
tinyErr(x, ...)
## S4 method for signature 'OM'
tinyErr(x, obs = TRUE, imp = TRUE, proc = TRUE, grad = TRUE, silent = FALSE)
x |
An object of class |
... |
Arguments to generic function |
obs |
Logical. Remove observation error? |
imp |
Logical. Remove implementation error? |
proc |
Logical. Remove process error? All |
grad |
Logical. Remove gradients? All |
silent |
Logical. Display messages? |
Useful for debugging and testing that MPs perform as expected under perfect conditions.
An updated object of class OM
OM_noErr <- tinyErr(MSEtool::testOM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.