Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
n8thangreen committed Aug 29, 2024
1 parent 8d7e38e commit 45c511f
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ S3method(IPD_stats,default)
S3method(IPD_stats,gcomp_ml)
S3method(IPD_stats,gcomp_stan)
S3method(IPD_stats,maic)
S3method(IPD_stats,mim)
S3method(IPD_stats,stc)
export(ALD_stats)
export(IPD_stats)
Expand All @@ -14,6 +15,7 @@ export(outstandR)
export(strategy_gcomp_ml)
export(strategy_gcomp_stan)
export(strategy_maic)
export(strategy_mim)
export(strategy_stc)
export(trial_treatment_effect)
export(trial_variance)
Expand Down
6 changes: 3 additions & 3 deletions R/mim.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#'
mim <- function(ipd.index,
ipd.target,
M = 1,
M = 1000,
n.chains = 2,
warmup = 10,
iters = 1000) {
warmup = 1000,
iters = 4000) {

## SYNTHESIS STAGE ##

Expand Down
7 changes: 7 additions & 0 deletions man/IPD_stats.Rd

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

16 changes: 16 additions & 0 deletions man/mim.Rd

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

2 changes: 1 addition & 1 deletion man/outstandR.Rd

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

9 changes: 9 additions & 0 deletions man/strategy.Rd

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

0 comments on commit 45c511f

Please sign in to comment.