get_t_obs_from_regimen: Extract sensible default observation times from a specified...

View source: R/get_t_obs_from_regimen.R

get_t_obs_from_regimenR Documentation

Extract sensible default observation times from a specified regimen

Description

Extract sensible default observation times from a specified regimen

Usage

get_t_obs_from_regimen(
  regimen = NULL,
  obs_step_size = NULL,
  t_max = NULL,
  covariates = NULL,
  extra_t_obs = NULL,
  t_init = 0
)

Arguments

regimen

regimen created using 'new_regimen()'

obs_step_size

step size between observations. Will be auto-calculated if NULL

t_max

max time value

covariates

covariates object, created using 'list(new_covariate(), ...)'

extra_t_obs

add timepoints to t_obs at which covariate is changing ('T'/'F')

t_init

time of initiation of the ODE system. Usually 0.


InsightRX/PKPDsim documentation built on April 25, 2024, 2:10 a.m.