Learn R Programming

mtk (version 1.0)

getNominalValue-methods: The getNominalValue method

Description

Returns the nominal value associated with the uncertainty domain of a factor.

Usage

getNominalValue(this)

Arguments

this
an object of the class mtkDomain.

Value

Examples

Run this code
# Create a domain and get the type of its nominal value
	d <- mtkDomain(distributionName="unif", domainNominalValue=0.0)
	mv <- getNominalValue(d)

# For more information, see examples for the mtkDomain or
# mtkFactor classes.


Run the code above in your browser using DataLab