run_extendedmethod_single {simulator} | R Documentation |
Run a single extended method on a single index of simulated data.
Description
This is an internal function. Users should call the wrapper function.
run_method
. Here "single" refers to a single
index-ExtendedMethod
pair.
Usage
run_extendedmethod_single(extmethod, model, draws, base_output_list)
Arguments
extmethod |
a |
model |
a |
draws |
a |
base_output_list |
the result of loading a |
[Package simulator version 0.2.5 Index]