Partial Inclination Coefficient Estimates the partial inclination coefficient of a model response in relation with all model input variables.
pic(X, y, nboot, conf, ...)# S3 method for LHS
pic(X, y = NULL, nboot = 0, conf = 0.95, ...)
# S3 method for default
pic(X, y, nboot = 0, conf = 0.95, ...)
# S3 method for pic
print(x, ...)
A data frame (or object coercible by as.data.frame
)
containing the design of experiments (model input variables).
A vector containing the responses corresponding to the design of experiments (model output variables).
Number of bootstrap replicates
Confidence of the bootstrap interval
Currently ignored.
The object returned by pic
.