Skip to content

Commit

Permalink
update bmd bounds (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-jason authored Dec 12, 2023
1 parent 2fd8bfb commit 8e6fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tcplFit2.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tcplHit2 <- function(mc4, coff) {
# browser()
test <- nested_mc4 %>%
dplyr::rowwise() %>%
mutate(df = list(tcplhit2_core(params = params, conc = unlist(conc), resp = unlist(resp), bmed = bmed, cutoff = coff, onesd = onesd))) %>%
mutate(df = list(tcplhit2_core(params = params, conc = unlist(conc), resp = unlist(resp), bmed = bmed, cutoff = coff, onesd = onesd, bmd_low_bnd = .1, bmd_up_bnd = 10))) %>%
select(-conc, -resp)
# test <- NULL
# for(id in nested_mc4$m4id){
Expand Down

0 comments on commit 8e6fdf2

Please sign in to comment.