Nothing
# Text to Get predicted values
test_that("It calculates assumptions correctly", {
expect_equal(get_predict(lm_model <- lm(mpg ~ wt + hp, data = mtcars), mtcars, mtcars$mpg, n = 3),
get_predict(lm_model <- lm(mpg ~ wt + hp, data = mtcars), mtcars, mtcars$mpg, n = 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.