Nothing
# Text to Logit Model assumptions
test_that("It calculates assumptions correctly", {
expect_equal(check_logit(glm(am ~ wt + hp, data = mtcars, family = "binomial"), data = mtcars, tipo_modelo = "binario", vars_numericas = "wt", y = "am"),
check_logit(glm(am ~ wt + hp, data = mtcars, family = "binomial"), data = mtcars, tipo_modelo = "binario", vars_numericas = "wt", y = "am"))
})
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.