Skip to content

Commit

Permalink
make 2016 the default data type
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Oct 19, 2022
1 parent 74edb75 commit 863b31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InSilicoVA/R/insilico_standard.r
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
#'
#' }
#' @export insilico
insilico <- function(data, data.type = c("WHO2012", "WHO2016")[1], sci = NULL, isNumeric = FALSE,
insilico <- function(data, data.type = c("WHO2012", "WHO2016")[2], sci = NULL, isNumeric = FALSE,
updateCondProb = TRUE, keepProbbase.level = TRUE,
CondProb = NULL, CondProbNum = NULL, datacheck = TRUE, datacheck.missing = TRUE,
warning.write = FALSE, directory = NULL, external.sep = TRUE, Nsim = 4000, thin = 10, burnin = 2000,
Expand Down
2 changes: 1 addition & 1 deletion InSilicoVA/man/insilico.Rd

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

0 comments on commit 863b31a

Please sign in to comment.