a data.frame holding the experimental design produced by the designer.
information
a named list containing the information about the experiments design.
Value
mtkDesignerResult class
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.
# Construct an object of the \code{mtkDesignerResult} # class from a data-frame. data <- data.frame()
expDesign <- mtkDesignerResult(main=data,
information = list(sampling="Fast"))