Learn R Programming

dgpsi (version 2.5.0)

set_linked_idx: Set linked indices

Description

[Deprecated]

This function is deprecated and will be removed in the next release. The updated lgp() function now offers a simpler, more efficient way to specify linked information for (D)GP emulators.

Usage

set_linked_idx(object, idx)

Value

An updated object with the information of idx incorporated.

Arguments

object

an instance of the S3 class gp or dgp.

idx

same as the argument linked_idx of gp() and dgp().

Details

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

Examples

Run this code
if (FALSE) {

# See lgp() for an example.
}

Run the code above in your browser using DataLab