test_that("lm1 works", {
expect_equal(lm1(mpg ~ disp + wt, data = mtcars)$fitted.values, lm(mpg ~ disp + wt, data = mtcars)$fitted.values)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.