<TITLE>

# FOR INTERACTIVE USE
# set this so can normalize wd from Rstudio project and when knitting
# eg if your rmd is in /lab-notebook/<notebook>.Rmd
# it should look like setwd(paste0(getwd(), "/lab-notebook/"))
setwd(paste0(getwd(), "/<PATH>"))
# required libraries
library("PKPDmisc")
library("knitr")
opts_chunk$set(fig.height = 6, fig.width = 10, dpi = 300)

# where to start analysis
sessioninfo::session_info()


Try the PKPDmisc package in your browser

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

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.