Usage
simdata_time_dep(N = 10, f = list(at = "-0.05", f1t = "80", Qt = "2e-5", ft
= "80", bt = "2.5", mu0t = "1e-1"), step = 1, tstart = 30, tend = 105,
ystart = 80, sd0 = 2)
Arguments
f
a list of formulas that define age (time) - dependency. Default: list(at="a", f1t="f1", Qt="Q*exp(theta*t)", ft="f", bt="b", mu0t="mu0*exp(theta*t)")
step
An interval between two observations, a random uniformally-distributed value is then added to this step.
tstart
A number that defines starting time (30 by default).
tend
A number, defines final time (105 by default).
ystart
A starting value of covariates.
sd0
A standard deviation for modelling the next covariate value.