Learn R Programming

pse (version 0.4.5)

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

Description

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

Usage

pic(X, y, nboot, conf, ...)
"pic"(X, y = NULL, nboot = 0, conf = 0.95, ...)
"pic"(X, y, nboot = 0, conf = 0.95, ...)
"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
x
The object returned by pic.
...
Currently ignored.

Source

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