LG_bookkeeping: Bookkeeping for the local Gaussian estimates

View source: R/LG_bookkeeping.R

LG_bookkeepingR Documentation

Bookkeeping for the local Gaussian estimates

Description

This internal function perform the bookkeeping for the arguments gathered by the spy-report from the targeted function, which should be one of the functions LG_approx_scribe, LG_boot_approx_scribe, and LG_shiny.

Usage

LG_bookkeeping(spy_report)

Arguments

spy_report

The result returned by spy when used on the targeted function.

Details

This function records the given arguments and sends them to LG_sanity_checks in order to see if those arguments are sensible. Then it takes care of the bookkeeping of the information stored in the info-file.

Value

This function returns a list to the internal workflow, with some key details related to the computations to be performed. The pivotal detail of this list is the logical value done_before, since this can be used to prevent that computational time is used to reproduce local Gaussian estimates that already are available in the file-hierarchy.


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.