run_method_single {simulator}R Documentation

Run a single 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-method pair.

Usage

run_method_single(method, model, draws_list)

Arguments

method

a Method object

model

a Model object

draws_list

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


[Package simulator version 0.2.5 Index]