pawn_ci: Computation of confidence intervals

Description Usage Arguments Value Examples

View source: R/pawn_boot.R

Description

Computation of confidence intervals

Usage

1

Arguments

data

The output of the pawn_indices function.

Value

A data table.

Examples

1
2
3
4
5
6
7
# Create matrix:
A <- randtoolbox::sobol(n = 1000, dim = 8)
# Compute model output:
Y <- sobol_Fun(A)
Ti <- pawn_generic(data = A, Y = Y, n = 10, test = median, R = 50 )
# Compute confidence intervals:
pawn_ci(Ti)

arnaldpuy/pawnr documentation built on Sept. 20, 2019, 12:15 p.m.