Published
Edited
Sep 1, 2020
Importers
Bias Corrected and Acclerated Confidence Intervals for Effect Sizes
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// compute effect size
effSize = d3.mean(test) - d3.mean(control)
Insert cell
// compute effect size jackknives
effsizeJacks = twoGroupJackknife(control, test)
Insert cell
// compute acceleration from effect size jackknives
a = getAcceleration(effsizeJacks)
Insert cell
// create bootstraps of effect size
boots = twoGroupsEffectSizeBootstraps(control, test)
Insert cell
// using the effect size and its bootstraps, compute the bias
b = getBias(effSize, boots)
Insert cell
// using the bias, acceleration, and bootstraps, compute the BCa intervals
bca = getBCAIndexes(b, a, boots.length)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more