Nothing
test_that("regr_rsm", {
requirePackagesOrSkip("rsm", default.method = "load")
data = regr.df[, c("b", "lstat", "medv")]
pars = list(medv ~ FO(b, lstat), data = data[regr.train.inds, ])
m = do.call(rsm::rsm, pars)
p = predict(m, newdata = regr.test)
testSimple("regr.rsm", data, regr.target, regr.train.inds, p)
})
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.