powered by
Identifies the weights closest to tipping points for specified quantiles.
get_tipping_points(tipmap_data, quantile, null_effect = 0)
The weight closest to the tipping point for the specified quantile
A data frame created by create_tipmap_data().
create_tipmap_data()
The quantile(s) of the tipping point. Possible values are 0.025, 0.05, 0.1, 0.2, 0.8, 0.9, 0.95 and 0.975.
The null treatment effect. Defaults to 0.
create_tipmap_data
tip_dat <- load_tipmap_data("tipdat.rds")#' get_tipping_points(tip_dat, quantile = 0.025) get_tipping_points(tip_dat, quantile = c(0.025, 0.05, 0.1, 0.2), null_effect = 0.1)
Run the code above in your browser using DataLab