Learn R Programming

mtk (version 1.0)

mtkSobolDesignerResult-class: The mtkSobolDesignerResult class

Description

A class to collect the experimental design produced by the Designer implementing the method Sobol.

Arguments

Class Hierarchy

Parent classes :
mtkDesignerResult
Direct Known Subclasses :

Constructor

mtkSobolDesignerResult
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 = "mtkSobolDesignerResult"): Provides a summary of the experimental design produced by the designer.
print
signature(x = "mtkSobolDesignerResult"): Prints a report of the experimental design produced by the designer.
plot
signature(x = "mtkSobolDesignerResult"): Plots the experimental design produced by the designer.

See Also

help(mtkDesignerResult) and help(Sobol)

Examples

Run this code

## See examples from help(mtkDesignerResult).
	

Run the code above in your browser using DataLab