Skip to content

Commit

Permalink
initiate test
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiAtsusaka committed Nov 28, 2024
1 parent 7b57fa3 commit 893d4f7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions tests/testthat/test-imprr_direct.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
test_that("multiplication works", {
expect_equal(2 * 2, 4)
test_that("plug-in estimation works", {

data("identity")

example_direct <- imprr_direct(identity,
J = 4,
main_q = "app_identity",
anc_correct = "anc_correct_identity",
n_bootstrap = 10)


})

# This is a example test
# --- must be replaced with an actual test

0 comments on commit 893d4f7

Please sign in to comment.