Nothing
test_that("predMV works", {
## The number of variables and variable names in the new data must match with the MUVR object
expect_error(
predMV(regrModel,
XRVIP2[,1:100])
)
expect_error(
predMV(classModel,
XRVIP2)
)
})
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.