Learn R Programming

mtk (version 1.0)

mtkRegressionAnalyserResult-class: The mtkRegressionAnalyserResult class

Description

A class to collect the results of the sensitivity analysis produced by the analyser implementing the method Regression.

Arguments

Class Hierarchy

Parent classes :
mtkAnalyserResult
Direct Known Subclasses :

Constructor

mtkRegressionAnalyserResult
signature(main,information=NULL)

Slots

main:
(data.frame) a data.frame holding the experimental design.
information:
(NULL) a named list containing optional information about the managed data.

Methods

summary
signature(object = "mtkRegressionAnalyserResult"): Provides a summary of the experimental design produced by the analyser.
print
signature(x = "mtkRegressionAnalyserResult"): Prints a report of the experimental design produced by the analyser.
plot
signature(x = "mtkRegressionAnalyserResult"): Plots the experimental design produced by the analyser.

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