Nothing
test_that("r2_coxsnell", {
model <- glm(vs ~ wt + mpg, data = mtcars, family = "binomial")
expect_equal(r2_coxsnell(model), c(`Cox & Snell's R2` = 0.440140715155838), tolerance = 1e-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.