Description Usage Arguments Details Value Examples
Returns AICc weights and counts for OUwie results that have been processed using OUwieParSumm
.
1 | OUwieAICSumm(ou.parameters, na.rm = TRUE)
|
ou.parameters |
An object of class |
na.rm |
Whether to ignore model results with |
na.rm = TRUE
will remove any models where AICc == NA
, but will use other models for AIC weight calculation;
na.rm = FALSE
will remove any replicates (rows of the output) with any models where AICc == NA
.
A list with two elements:
Weights |
A data.frame of the AICc weights for each model across the replicates |
Counts |
A named vector giving the number of replicates in which each model has the highest AICc weight |
1 2 | ou.parameters <- OUwieParSumm(ou.results, regime.mat)
OUwieAICSumm(ou.parameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.