Skip to content

Commit 3242805

Browse files
authored
Merge pull request #35 from sidiwang/JOSS
Joss
2 parents 49e478a + 01ee6ce commit 3242805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Table: Summary of the functionality of the snSMART package.
4747

4848
+----------------------------------------------+----------------------------------------------------------------------------+
4949
| Function | Description |
50-
| | |
5150
+:=============================================+:===========================================================================+
5251
| *BJSM functions* | |
5352
+----------------------------------------------+----------------------------------------------------------------------------+
@@ -113,7 +112,8 @@ To conduct the analysis in R, we can use the ``BJSM_binary`` function. Users spe
113112
BJSM_dose_result <- BJSM_binary(
114113
data = data_dose, prior_dist = c("beta", "gamma"),
115114
pi_prior = c(3, 17), normal.par = c(0.2, 100), beta_prior = c(2, 2),
116-
n_MCMC_chain = 2, n.adapt = 1000, BURN.IN = 10000, MCMC_SAMPLE = 60000, ci = 0.95
115+
n_MCMC_chain = 2, n.adapt = 1000, BURN.IN = 10000,
116+
MCMC_SAMPLE = 60000, ci = 0.95
117117
)
118118
summary(BJSM_dose_result)
119119
```

0 commit comments

Comments
 (0)