Description Usage Arguments Value References Examples
The function computes and bootstraps the PAWN index of a dummy parameter following the approach by \insertCitePianosi2018;textualpawnr.
1 | pawn_dummy(Y, n, R)
|
Y |
Numeric vector including the unconditional model output. |
n |
Integer, number of conditioning intervals. |
R |
Integer, number of bootstrap replicas. |
A matrix with the bootstrap replicas.
1 2 3 4 5 6 | # Create matrix:
A <- randtoolbox::sobol(n = 1000, dim = 8)
# Compute model output:
Y <- sobol_Fun(A)
# Compute PAWN index of a dummy parameter:
dummy <- pawn_dummy(Y, n = 10, R = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.