Learn R Programming

mtk (version 1.0)

mtkBasicMonteCarloDesignerResult-class: The mtkBasicMonteCarloDesignerResult class

Description

A class to collect the experimental design produced by the designer implementing the method BasicMonteCarlo.

Arguments

Class Hierarchy

Parent classes :
mtkDesignerResult
Direct Known Subclasses :

Constructor

mtkBasicMonteCarloDesignerResult
signature(main,information=NULL)

Slots

main:
(data.frame) a data-frame holding the experimental design.
information:
(list) a named list containing optional information about the managed data or the underlying process.

Methods

summary
signature(object = "mtkBasicMonteCarloDesignerResult"): Provides a summary of the experimental design produced by the designer.
print
signature(x = "mtkBasicMonteCarloDesignerResult"): Prints a report of the experimental design produced by the designer.
plot
signature(x = "mtkBasicMonteCarloDesignerResult"): Plots the experimental design produced by the designer.

References

  1. A. Saltelli, K. Chan and E. M. Scott (2000). Sensitivity Analysis. Wiley, New York.
  2. J. Wang, H. Richard, R. Faivre, H. Monod (2013). Le package mtk, une bibliothèque R pour l'exploration numérique des modèles. In: Analyse de sensibilité et exploration de modèles : Application aux sciences de la nature et de l'environnement (R. Faivre, B. Iooss, S. Mahévas, D. Makowski, H. Monod, Eds). Editions Quae, Versailles.

Examples

Run this code

# see examples with help(BasicMonteCarlo)

Run the code above in your browser using DataLab