mtkNativeAnalyser: The constructor of the class 'mtkNativeAnalyser'

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

Description

The constructor.

Usage

1
mtkNativeAnalyser(analyze=NULL, X=NULL, information=NULL)

Arguments

analyze

NULL, an R function or a string to specify the analyser to use.

X

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

information

a named list to provide with supplementary information about the analysis produced off-line or the parameters used by the analyser.

Value

an object of the mtkNativeAnalyser class

Details

We can construct an object of the mtkNativeAnalyser class in three manners:

More examples for using this class, see ?class(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

?class(mtkNativeEvaluator)

Examples

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

	analyser <- mtkNativeAnalyser(
		analyze="Morris",
		information=list(nboot=20))

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