Learn R Programming

pse (version 0.4.7)

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, ...)

# 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, ...)

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.