generateReport: Generate a report for the GPE analysis

Description Usage Arguments

Description

Generate a report for the GPE analysis

Usage

1

Arguments

...

Additional arguments to be passed to the render function (from rmarkdown).

emulator

A fit object of class inheriting from 'emulatorFit'.

new.inputs

A data matrix of input(s) at which emulation is desired (new inputs). Must contain at least all parameters given in emulator$training.inputs. (Ensure they are the same used to generate the emulator.predictions.)

new.outputs

A matrix outputs used to validate the emulator predictions. This Matrix must have columns equal to the number of outputs.

emulator.predictions

Output generated from the predict.emulatorFit function. It is an optional argument. If this is not provided it will be calculated using arguments provided. Note Posterior Variance will be calculated, unless you provide this argument.


OakleyJ/MUCM documentation built on May 7, 2019, 9:01 p.m.