Learn R Programming

mtk (version 1.0)

getDistributionNominalValueType-methods: The getDistributionNominalValueType method

Description

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

Usage

getDistributionNominalValueType(this)

Arguments

this
an object of the class mtkFactor.

Value

Examples

Run this code
# Create a a factor with a nominal value
	
	x1 <- make.mtkFactor(name="x1", type='numeric', nominal=0.0, distribName="unif",
	             distribPara=list(min=-pi, max=pi))
	
	getDistributionNominalValueType(x1)


Run the code above in your browser using DataLab