Learn R Programming

xps (version 1.32.0)

type2Exten: Convert Method Type to Tree Extension

Description

Convert Method Type to Tree Extension.

Usage

type2Exten(type, datatype)

Arguments

type
method type.
datatype
data type.

Value

A character with the correct tree extension.

Details

For every datatype different methods, i.e. algorithms exist which can be applied. Valid datatypes are ‘preprocess’ and ‘normation’.

For datatype ‘preprocess’ the following methods can be applied:

mean:
trimmed mean
median:
median
quantile:
quantile
tukeybiweight:
tukey biweight

For datatype ‘normation’ the following methods can be applied:

mean:
trimmed mean
median:
median
quantile:
quantile
lowess:
lowess

The tree extensions are described in validTreetype.

See Also

getDatatype, validTreetype

Examples

Run this code
type2Exten("quantile","preprocess")
type2Exten("medianpolish","preprocess")
type2Exten("supsmu","normation")

Run the code above in your browser using DataLab