sampler.mle | R Documentation |
It creates a sampler for the 'mle' object. It returns a function that accepts a single parameter 'n' denoting the number of samples to draw from the 'mle' object.
## S3 method for class 'mle'
sampler(x, ...)
x |
the 'mle' object to create sampler for |
... |
additional arguments to pass |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.