Description Usage Arguments Value See Also
Creates a VPC plot from observed and simulation data
1 2 3 4 |
name |
of function describing the ODE system (as string) |
ode |
function describing the ODE system |
dde |
function describing the DDE system (not implemented yet) |
parameters |
model parameters |
t_obs |
vector of observation times, only output these values |
omega |
vector describing the lower-diagonal of the between-subject variability matrix |
omega_type |
exponential or normal |
n_ind |
number of individuals to simulate |
regimen |
a regimen object created using the regimen() function |
A_init |
vector with the initial state of the ODE system |
obs_step_size |
the step size between the observations |
int_step_size |
the step size for the numerical integrator |
t_max |
maximum simulation time, if not specified will pick the end of the regimen as maximum |
shiny_folder |
folder in which to run Shiny app |
a list containing calculated VPC information, and a ggplot2 object
sim_ode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.