Nothing
test_that("form", {
data(LDAdata)
cell.line <- unique(LDAdata$name)[1]
x <- subset.data.frame(LDAdata, subset = (name==cell.line))
x <- x[,c(4,5,6,3,2,1)]
sf <- LDA_survival(x[,1:4])
expect_equal(class(sf),"list")
expect_error(LDA_survival(list(x[,1:4])))
expect_error(LDA_survival(x[,1:3]))
})
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.