R/DTAT-internal.R

sim <- new.env(parent = emptyenv())
# Population basis for simulation
sim$pop <- data.frame()
# Number of subjects in simulation
sim$N <- 0
# PK/PD simulation model
sim$pkpd <- NA
# Default parameters
sim$params.default <- numeric()

Try the DTAT package in your browser

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

DTAT documentation built on March 31, 2023, 10:26 p.m.