Description Usage Arguments Examples
This function adds additional samples to the existing results object
1 2 |
object |
a cmf object |
nStarts |
the number of starts to add (default 100) |
... |
not used |
1 2 3 4 5 | # generate some data
dat <- generateMed(a = (1:10)/20, b = (1:10)/20)
res <- cmf(dat, nStarts = 200)
# double the samples
res <- update(res, 500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.