Nothing
test_that("lor_estimation outputs the right element", {
result <- lor_estimation(
design_matrix1, design_dummy1,
est_coef_bin1
)
expected <- -0.4630356
expect_equal(result, expected, tolerance = 0.00001)
})
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.