Learn R Programming

pse (version 0.4.3)

decoupling: Decoupling Simulations and Estimations

Description

tell and ask are S3 generic methods for decoupling simulations and sensitivity measures estimations in the package `sensitivity'. In general, they are not used by the end-user for a simple Rmodel, but rather for an external computational code. The LHS object implements only the tell method. For help on the other methods, see the help pages on the `sensitivity' package.

Usage

tell(x, y = NULL, ...)

Arguments

x
the incomplete LHS object.
y
a data.frame of model responses.
...
currently not supported.

Value

  • tell returns the LHS object with the results data.frame. Note: the methods in `sensitivity' alter the original object as a side effect. This is NOT the case with the pse methods.