Nothing
test_that("phen_hiv() works as expected", {
strategy1 <- diag(2)
strategy2 <- diag(2)
alpha <- 1
beta <- 0.5
gamma <- 2
theta <- 0.1
expect_snapshot(
phen_hiv(strategy1, strategy2, alpha, beta, gamma, theta)
)
})
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.