cosi: Calculation of Sensitivity Indexes From Given Data.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/cosi.R

Description

Returns the sensitivity indexes for given input and output arguments

Usage

1
cosi(data, M = NULL, gfx = NULL, outcol = NULL)

Arguments

data

An object of class SAuR_data containing the model's data

M

A length-one numeric vector indicating the number of coefficients

gfx

A length-one character vector providing the conditional regression line plot main title

outcol

A length-one numeric vector indicating the output column to focus on

Value

A list object containing the sensitivity measures described above.

Author(s)

Sergio Venturini sergio.venturini@unito.it

References

Venturini, S., Borgonovo, E. (2020), "Sensitivity Analysis Using R: the SAuR Package", Technical report.

See Also

betaKS3_R for computing some sensitivity measures.

Examples

1
2
3
4
5
## Not run: 
data(simdata_sub, package = "SAuR")


## End(Not run)

sergioventurini/SAuR documentation built on Dec. 8, 2019, 5:20 p.m.