rank_predictors_LMM: Extract top predictors

View source: R/feature_selection_LMM.R

rank_predictors_LMMR Documentation

Extract top predictors

Description

This function extract the top (fixed-effects) predictors from a LMM based on their absolute t-value.

Usage

rank_predictors_LMM(fit, k = NULL)

Arguments

fit

a model fitted with fitme()

k

the maximum number of predictors to return (default = NULL for no sub-selection)

Value

predictors with their absolute t-values


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.