sampler.mle_boot | R Documentation |
It creates a sampler for the 'mle_boot' object. It returns a function that accepts a single parameter 'n' denoting the number of samples to draw from the 'mle_boot' object.
## S3 method for class 'mle_boot'
sampler(x, ...)
x |
the 'mle_boot' object to create sampler for |
... |
additional arguments to pass (not used) |
Unlike the 'sampler' method for the more general 'mle' objects, for 'mle_boot' objects, we sample from the bootstrap replicates, which are more representative of the sampling distribution, particularly for small samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.