Nothing
test_that("row sums are equal to one (for two states)", {
param = rep(-1, 2)
expect_equal(rowSums(tpm(param)), c(S1 = 1, S2 = 1))
})
test_that("row sums are equal to one (for three states)", {
param = rep(-2, 6)
expect_equal(rowSums(tpm(param)), c(S1 = 1, S2 = 1, S3 = 1))
})
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.