test_that("Propensity Score gives numbers from 0 to 1", {
expect_true(all(between(p_highed(pop_cces), 0, 1)))
expect_true(all(between(p_eddem(pop_cces), 0, 1)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.