extend_sampler {pmwg} | R Documentation |
Extend the main data store with empty space for new samples
Description
Extend the main data store with empty space for new samples
Usage
extend_sampler(sampler, n_samples, stage)
Arguments
sampler |
The pmwgs object that we are adding the new samples to |
n_samples |
The number of new samples to increase by |
stage |
The name of the stage from which the new samples will be drawn |
Value
The pmwgs object with the space for new samples added
[Package pmwg version 0.2.7 Index]