Description Usage Arguments Value Note Author(s)
View source: R/rodeoCompareAll.r
Extends rodeoCompare
for use with multiple data sets.
1 | rodeoCompareAll(globals, locals, model, lst_obs, extract, t0 = NULL)
|
globals |
Named numeric vector holding parameters and/or initial values.
These are global in the sense that they are common to all elements of
|
locals |
A numeric matrix with row and column names. Each row holds the
values of parameters and/or initial values applying to a specific
set of observations. The matching between |
model |
Object of class |
lst_obs |
A list of numeric matrices, each of which holds numeric times in the first column and values of observed variables in the remaining columns. |
extract |
A function that extracts simulated data from the output matrix
of |
t0 |
Time corresponding to the supplied initial values in argument
|
A data frame with five columns:
id: Name of the set of observations
item: Name of the observed / simulated entity
time: Time
obs: Observed value
sim: Simulated value
No notes.
David Kneis david.kneis@tu-dresden.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.