View source: R/feature_selection_LMM.R
rank_predictors_LMM | R Documentation |
This function extract the top (fixed-effects) predictors from a LMM based on their absolute t-value.
rank_predictors_LMM(fit, k = NULL)
fit |
a model fitted with |
k |
the maximum number of predictors to return (default = NULL for no sub-selection) |
predictors with their absolute t-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.