pic: Partial Inclination Coefficient Estimates the partial...

Description Usage Arguments Author(s) Source

Description

Partial Inclination Coefficient Estimates the partial inclination coefficient of a model response in relation with all model input variables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pic(X, y, nboot, conf, ...)

## S3 method for class 'LHS'
pic(X, y = NULL, nboot = 0, conf = 0.95, ...)

## Default S3 method:
pic(X, y, nboot = 0, conf = 0.95, ...)

## S3 method for class 'pic'
print(x, ...)

Arguments

X

A data frame (or object coercible by as.data.frame) containing the design of experiments (model input variables).

y

A vector containing the responses corresponding to the design of experiments (model output variables).

nboot

Number of bootstrap replicates

conf

Confidence of the bootstrap interval

...

Currently ignored.

x

The object returned by pic.

Author(s)

Andre Chalom, based on code by Gilles Pujol, Bertrand Iooss, Alexandre Janon

Source

based on code of pcc function on sensitivity package by Gilles Pujol, Bertrand Iooss, Alexandre Janon.


pse documentation built on May 2, 2019, 12:56 a.m.