Learn R Programming

mtk (version 1.0)

mtkDesignerResult-class: The mtkDesignerResult class

Description

A class to collect the experimental design produced by an experiments design process.

Arguments

Class Hierarchy

Parent classes :
mtkResult
Direct Known Subclasses :
mtkSobolDesignerResult, mtkMorrisDesignerResult, etc.

Constructor

mtkDesignerResult
signature(main=data.frame(),information=list())

Slots

main:
(data.frame) a data.frame holding the experimental design produced by the process.
information:
(list) a named list containing optional information about the experiments design.

Methods

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

References

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
# Construct an object of the mtkDesignerResult class from a data-frame.
	data <- data.frame()
	expDesign <- mtkDesignerResult(main=data,
  			information = list(sampling="Fast"))

Run the code above in your browser using DataLab