shortenLabelsKS2022 {robustlmm} | R Documentation |
Shorten Labels
Description
Shorten labels created by the various fitDatasets
functions,
for use in plotting, etc.
Usage
shortenLabelsKS2022(labels)
Arguments
labels |
vector of labels as assigned by |
Details
The labels are shortened as they are in the simulation study published in Koller and Stahel (2022).
Value
Vector of shortened labels
Author(s)
Manuel Koller
References
Koller M, Stahel WA (2022). "Robust Estimation of General Linear Mixed Effects Models.” In PM Yi, PK Nordhausen (eds.), Robust and Multivariate Statistical Methods, Springer Nature Switzerland AG.
Examples
labels <- c("fitDatasets_lmer", "fitDatasets_rlmer_DAStau",
"fitDatasets_rlmer_DAStau_noAdj",
"fitDatasets_varComprob_compositeTau_OGK",
"fitDatasets_varComprob_S_OGK",
"fitDatasets_heavyLme",
"fitDatasets_lqmm")
shortenLabelsKS2022(labels)
[Package robustlmm version 3.3-1 Index]