Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
n8thangreen committed Aug 12, 2024
1 parent cc36f80 commit ad9a9ba
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Biarch: true
Depends:
R (>= 3.4.0)
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(cf_forest_cutpoint)
export(cf_forest_plot)
export(create_stancode)
export(plot_S_joint)
export(precompile_bmcm_model)
export(prep_latent_data)
import(adegenet)
import(dplyr)
Expand Down
4 changes: 2 additions & 2 deletions R/bmcm_stan.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#' @param bg_varname Background variable name in `input_data`
#' @param bg_hr Background hazard ratio adjustment
#' @param t_max Maximum time horizon
#' @param precompiled_model_path Path to precompiled model
#' @param precompiled_model_path Path to precompiled model, Default is NA
#' @param use_cmdstanr Logical. If TRUE, use cmdstanr to fit the model. Default is FALSE.
#' @param ... Additional parameters
#' @param ... Additional parameters to pass to the Stan sampler
#' @return Stan output as `bmcm` class
#'
#' @import rstanarm
Expand Down
10 changes: 9 additions & 1 deletion man/bmcm_stan.Rd

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

20 changes: 20 additions & 0 deletions man/precompile_bmcm_model.Rd

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

0 comments on commit ad9a9ba

Please sign in to comment.