inst/doc/Conduct.R

## ---- echo=FALSE, results='asis'-----------------------------------------
tab <- data.frame(Cohort = rep(1:3, each=3),
                  Dose = rep(c(1.5, 2.25), c(6, 3)),
                  Toxicity = c(rep(0, 7), 1, 0))
knitr::kable(tab, align='c')

Try the modest package in your browser

Any scripts or data that you put into this service are public.

modest documentation built on May 1, 2019, 10:36 p.m.