run_meta_resampled | R Documentation |
This function performs a meta-analysis on movement tracking data, for mean home range area (AKDE) or continuous-time speed and distance (CTSD) estimates for a sampled population. It leverages the ctmm
R package, specifically the meta()
function, to obtain population-level mean parameters. This function helps to evaluate the significance of results under combination testing.
run_meta_resampled(
rv,
set_target = c("hr", "ctsd"),
subpop = FALSE,
random = FALSE,
max_samples = 100,
iter_step = 2,
trace = FALSE,
.automate_seq = FALSE,
.only_max_m = FALSE,
.lists = NULL
)
rv |
A list containing outputs, settings and data objects. Must not be NULL. |
set_target |
Character. Research target: |
subpop |
Logical. If TRUE, will run meta-analyses with groups. Default is FALSE. |
random |
Logical. If TRUE, samples random subsets of individuals. Default is FALSE. |
max_samples |
Integer. Maximum number of resamples when |
iter_step |
Numeric. The size of each iteration step. Default is 2. |
trace |
Logical. If TRUE, prints progress messages. Default is FALSE. |
.automate_seq |
Logical. If TRUE, overwrites sequence automatically to improve plot readability. Default is FALSE. |
.only_max_m |
Logical. If TRUE, will only run the maximum number of individuals. Default is FALSE. |
.lists |
A list containing already created meta inputs. Default is NULL. |
A data frame containing meta-analysis outputs, including estimates, errors, confidence intervals, and group information.
InĂªs Silva i.simoes-silva@hzdr.de
if(interactive()) {
run_meta_resampled(rv, set_target = "hr")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.