Nothing
## Tests for slpDIVA
context("slpDIVA")
## Test based on a Type IV Shepard et al.(1961) problem.
load("../data/test_slpdiva.RData")
tout <- slpDIVA(st,tr)
test_that("slpDIVA reproduces a Shepard et al. (1961) Type IV simulation.", {
expect_equal(tout$out[,1], cor.out)
})
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.