This function allows the user to plot the output from splithalf_multiverse or testretest_multiverse. The plot includes an upper panel with all reliability estimates (and CIs) and a lower panel that indicates the data processing specifications corresponding to that reliability estimate. The (unofficial) function version name is "This function will make you a master in bird law"
This function examines the output from splithalf_multiverse or testretest_multiverse to extract the proportions of estimates above or below a set threshold (can be the estimate or the upper or lower CI estimates). The (unofficial) function version name is "This function will get you up to here with it"
multiverse.plot(
multiverse,
title = "",
vline = "none",
heights = c(4, 5),
SE = FALSE
)threshold(multiverse, threshold, use = "estimate", dir = "above")
Returns a visualization of a multiverse object
multiverse object
string add a title to the plot? default is ""
add a vertical line to the plot, e.g. use .5 for the median reliability estimate
must be a vector of length 2, relative heights of plot panels. Defaults to c(4,5)
logical includes an additional panel to plot the standard errors of the scores. Note: the heights parameter must be a vector of length 3, e.g. c(2,2,3). Defaults to FALSE
threshold to look for, e.g. 0.7
set to check the reliability "estimates", or the "upper" or "lower" CIs
look "above" or "below" the 'use' at the set threshold