Skip to content

Commit

Permalink
Adding more changes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaOtero committed Oct 11, 2024
1 parent 2c9b420 commit 4ff827f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion man/aedseo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions tests/testthat/test-aedseo.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ test_that("The growth rate models converge", {
k = 3,
level = 0.95,
family = "poisson",
disease_threshold = 20
disease_threshold = 20,
na_percentage_allowed = 0.2
)
aedseo_quasipoisson <- aedseo(
tsd = tsd_data_nbinom,
k = 3,
level = 0.95,
family = "quasipoisson",
disease_threshold = 20
disease_threshold = 20,
na_percentage_allowed = 0.2
)

# Check if they all converge
Expand Down

0 comments on commit 4ff827f

Please sign in to comment.