check_simresults: A function that checks if a call to simulation function...

View source: R/check_simresults.R

check_simresultsR Documentation

A function that checks if a call to simulation function worked

Description

This function takes the return from a call to a simulate_ function and checks that no errors occured. If something goes wrong, an error message is returned

Usage

check_simresults(simresult)

Arguments

simresult

a list of results from a single call to the simulation functions

Details

This function checks simulation results generated from a single call to a simulate_ function.

Value

Ane error message string or NULL


DSAIRM documentation built on Aug. 24, 2023, 1:07 a.m.