ctAddSamples | R Documentation |
Sample more values from an optimized ctstanfit object
ctAddSamples(fit, nsamples, cores = 2)
fit |
fit object |
nsamples |
number of samples desired |
cores |
number of cores to use |
fit object with extra samples
## Not run:
newfit <- ctAddSamples(ctstantestfit, 10, 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.