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 ExtendedMethod object

model

a Model object

draws

a Draws object generated by model

base_output_list

the result of loading a Output object with more_info = TRUE so that it includes RNG endstate.


[Package simulator version 0.2.5 Index]