Learn R Programming

pse (version 0.3.4)

pic: Partial Inclination Coefficient

Description

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

Usage

pic(X, y, nboot, conf, ...)
## S3 method for class 'pic':
print(x, \dots)

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
x
the object returned by pcc.
...
Currently ignored

source

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