get.l.opt | R Documentation |
This function returns for a series of input vaules the weight transformation value, which yielded the highest measure of model quality.
get.l.opt(X, l, quality = "mRt", Vqn, rotation, plot = TRUE, ...)
X |
|
l |
|
quality |
|
Vqn |
|
rotation |
|
plot |
|
... |
Further arguments passed to the function. |
The parameter quality
can be one out of the following keywords:
"mRm"
, "mRn"
, "mRt"
, "mEm"
, "mEn"
and
"mEt"
. See EMMA
for definition of these keywords.
Numeric
scalar, weight tranformation value with optimal
EMMA result.
Michael Dietze, Elisabeth Dietze
EMMA
## load example data set
data(example_X)
data(example_EMpot)
## get optimal l-value, uncomment to run
# get.l.opt(X = X,
# l = seq(from = 0, to = 0.1, by = 0.01),
# Vqn = EMpot$Vqn,
# quality = "mRt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.