Description Class Hierarchy Constructor Slots Methods Author(s) References Examples
A class to manage the results produced by the sensitivity analysis process.
mtkResult
mtkMorrisAnalyserResult, mtkPLMMAnalyserResult, etc.
{mtkAnalyserResult}signature(main = data.frame(), information = list())
main:(data.frame) a data.frame to hold the analysis results produced with the analyser.
information:(list) a named list containing optional information about the managed data and process.
summarysignature(object = "mtkAnalyserResult"): Provides a summary of the analysis results produced with the analyser.
printsignature(x = "mtkAnalyserResult"): Prints a report of the analysis results produced with the analyser.
plotsignature(x = "mtkAnalyserResult"): Plots the analysis results produced with the analyser.
Juhui WANG, MIA-Jouy, Inra, Juhui.Wang@jouy.inra.fr
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.
1 2 3 4 5 | # Construct an object of the \code{mtkAnalyserResult} class
# from a data.frame.
data <- data.frame()
result <- mtkAnalyserResult(main=data, information
= list(method="Morris", model="Ishigami"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.