Skip to content

Commit f6bfb73

Browse files
committed
minor
1 parent 10ed720 commit f6bfb73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/estimation.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ function estimate!(
3636
boots = _estimate!(
3737
results, matches, observations, outcome,
3838
F, ids, reference, t, id, iterations, percentiles,
39-
dat, Ys, Us, dobayesfactor, dopvalue
39+
dat, Ys, Us,
40+
dobayesfactor, dopvalue
4041
);
4142

4243
if overallestimate

0 commit comments

Comments
 (0)