Learn R Programming

dgpsi (version 2.6.0)

set_imp: Reset number of imputations for a DGP emulator

Description

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

Usage

set_imp(object, B = 5)

Value

An updated object with the information of B incorporated.

Arguments

object

an instance of the S3 class dgp.

B

the number of imputations to produce predictions from object. Increase the value to improve imputation uncertainty quantification. Decrease the value to improve speed of prediction. Defaults to 5.

Details

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

Examples

Run this code
if (FALSE) {

# See design() for an example.
}

Run the code above in your browser using DataLab