Nothing
## Daniel Gerlanc and Kris Kirby (2010-2015)
## Input and regression tests for the akpRobustD function
test.akpRobustD <- function() {
## Regression Test
dat = read.csv(system.file("robust_d_test.csv", package="bootES"))
truth = 0.190912
res = bootES:::akpRobustD(dat[["diff"]], seq_len(nrow(dat)))
checkEquals(truth, res, tol=1e-4)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.