Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyyeoCH committed Dec 6, 2023
1 parent a888d48 commit dc334bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions design/design-doc_predprobDist.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ h_get_predproblist_nocontrol(
```
# helper function 1 if NmaxControl != 0
```{r}
activeBetamixPost <- h_getBetamixPost(x = 16, n = 23, par = t(c(1, 1)), weights = 1)
density_y <- with(activeBetamixPost, dbetabinomMix(x = 0:17, m = 17, par = t(c(1, 1)), weights = 1))
h_getlistpredprob <- function(NmaxControl, nS, xS, par, weightsS, mS, x, mE, density_y) {
mS <- NmaxControl - nS
controlBetamixPost <- h_getBetamixPost(
Expand Down

0 comments on commit dc334bb

Please sign in to comment.