test_that("Cheking the model Proba_T",{
expect_equal(Proba_T(10,-3.6,17.3,7.6), 0.3405331)
expect_equal(Proba_T(20,-3.6,17.3,7.6),1)
expect_equal(Proba_T(-4,-3.6,17.3,7.6),0)
expect_equal(length(Proba_T(c(10,20,15),-3.6,17.3,7.6)),3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.