Learn R Programming

mtk (version 1.0)

mtkEvaluatorResult-class: The mtkEvaluatorResult class

Description

A class to collect the results of the simulation produced with a model.

Arguments

Class Hierarchy

Parent classes :
mtkResult
Direct Known Subclasses :
mtkWWDMEvaluatorResult, etc.

Constructor

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

Slots

main:
(data.frame) a data.frame holding the data produced by the model simulation.
information:
(list) a named list containing information about the managed data and process.

Methods

summary
signature(object = "mtkEvaluatorResult"): Provides a summary of the data produced with the model simulation.
print
signature(x = "mtkEvaluatorResult"): Prints a report of the data produced with the model simulation.
plot
signature(x = "mtkEvaluatorResult"): Plots the data produced with the model simulation.

See Also

help(morris, sensitivity) and help(Regression)

Examples

Run this code

## See examples from help(mtkAnalyserResult)

	

Run the code above in your browser using DataLab