SAuR_data-class: An S4 class to represent the data to use in a DMBC model.

Description Slots Author(s) References Examples

Description

An S4 class to represent the data to use in a DMBC model.

Slots

Y

A matrix object whose only column provides the data for the model's output.

X

A matrix object whose columns provide the data for the model's inputs.

n

A length-one numeric vector representing the number of data points.

p

A length-one numeric vector representing the number of inputs.

G

A length-one numeric vector representing the number of outputs.

Author(s)

Sergio Venturini sergio.venturini@unito.it

References

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

Examples

1
showClass("SAuR_data")

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