run_meta | R Documentation |
This function wraps around the run_meta_resampled
function to run hierarchical models (with no resamples) for a quick evaluation.
run_meta(
rv,
set_target = c("hr", "ctsd"),
subpop = FALSE,
trace = FALSE,
iter_step = 2,
.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. |
trace |
Logical. If TRUE, prints progress messages. Default is FALSE. |
iter_step |
Numeric. The size of each iteration step. Default is 2. |
.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. |
The outputs of the run_meta_resampled
function for a single combination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.