skip_if_not_installed("modeltests")
library(modeltests)
test_that("augment.loess", {
check_arguments(augment.loess)
fit <- loess(mpg ~ wt, mtcars)
check_augment_function(
aug = augment.loess,
model = fit,
data = mtcars,
newdata = mtcars
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.