Description Usage Arguments Details Value Author(s) See Also Examples
Convert Method Type to Tree Extension.
1 | type2Exten(type, datatype)
|
type |
method type. |
datatype |
data type. |
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 |
medianpolish: | median polish |
For datatype ‘normation’ the following methods can be applied:
mean: | trimmed mean |
median: | median |
quantile: | quantile |
lowess: | lowess |
supsmu: | supsmu |
The tree extensions are described in validTreetype.
A character with the correct tree extension.
Christian Stratowa
1 2 3 | type2Exten("quantile","preprocess")
type2Exten("medianpolish","preprocess")
type2Exten("supsmu","normation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.