Description Usage Arguments Details Value Examples
Cleans the parameters that are extracted by OUwieParamSum
based on user-specified upper and lower bounds.
1 | OUwieCleanPar(ou.parameters, lower = list(), upper = list())
|
ou.parameters |
An object of class |
lower |
A list of lower bounds for model parameters |
upper |
A list of upper bounds for model parameters |
Parameter estimates outside of these bounds will result in the AICc being changed to NA,
which will affect downstream model averaging (see OUwieModelAvg
).
An ouwiepars
object
1 2 3 4 | ou.parameters <- OUwieParSumm(ou.results, regime.mat)
#Sets the AICc for the BM1 model to NA, so it wouldn't be included in downstream model averaging
OUwieCleanPar(ou.parameters, upper = list("AICc" = 45))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.