jit | R Documentation |
Jitter runs
jit(data, conf, par = defpar(data, conf), nojit = 10, sd = 0.25, ncores = detectCores(), parallell = TRUE, ...)
data |
data to fit a model |
conf |
model configuration |
par |
initial values to jitter around. The defaule ones are returned from the defpar function |
nojit |
a list of vectors. Each element in the list specifies a run where the fleets mentioned are omitted |
sd |
the standard deviation used to jitter the initial values (most parameters are on a log scale, so similar to cv) |
ncores |
the number of cores to attemp to use |
...
A "ccamset" object, which is basically a list of ccam fits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.