mtkNativeDesigner: The constructor of the class 'mtkNativeDesigner'

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

Description

The constructor.

Usage

1
mtkNativeDesigner(design=NULL, X=NULL, information=NULL)

Arguments

design

NULL, an R function or a string to specify the method used to generate the experiments design.

X

NULL or a data.frame to load the experimental design produced off-line.

information

a named list to provide with supplementary information about the experimental design produced off-line or the parameters used by the designer.

Value

an object of the mtkNativeDesigner class

Details

We can construct an object of the mtkNativeDesigner class from the following situations:

For details uses, see examples from help(mtkNativeEvaluator).

Author(s)

Juhui WANG, MIA-Jouy, Inra, Juhui.Wang@jouy.inra.fr

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.

See Also

help(mtkNativeEvaluator)

Examples

1
2
3
4
# Create a native designer with the method "Morris"
# implemented in the package "mtk"

designer <- mtkNativeDesigner(design="Morris", information=list(size=20))

mtk documentation built on May 2, 2019, 4:15 a.m.