Description Usage Arguments Value
View source: R/data_simulation.R
simulate data for a model
1 2 3 4 5 6 7 8 9 10 11 12 | data_simulation(
model,
nE,
times,
theta,
ts,
method,
method.wt,
depletion.factor.wt,
stimulation.value,
stimulation.value.wt
)
|
model |
list :W, Q, prior.theta, prior.W, orig.dat, r0 |
nE |
number of observations to simulate |
times |
number of times points to simulate |
theta |
S_E connection prior |
ts |
time steps length |
method |
time series or steady state |
depletion.factor.wt |
diag of W in WT |
stimulation.value |
constant value for stimulation function |
stimulation.value.wt |
constant value for stimulation function in WildType case |
data array (nE x #number of experiments x times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.