set_imp {dgpsi}R Documentation

Reset number of imputations for a DGP emulator

Description

This function resets the number of imputations for predictions from a DGP emulator.

Usage

set_imp(object, B = 5)

Arguments

object

an instance of the S3 class dgp.

B

the number of imputations to produce predictions from object. Increase the value to account for more imputation uncertainties with slower predictions. Decrease the value for lower imputation uncertainties but faster predictions. Defaults to 5.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Value

An updated object with the information of B incorporated.

Note

Examples

## Not run: 

# See design() for an example.

## End(Not run)

[Package dgpsi version 2.4.0 Index]