utils/get_large_factors library
Utility to extract the large factors output from R.
Copyright (C) 2023-2025, Togaware Pty Ltd.
License: GNU General Public License, Version 3 (the "License") https://opensource.org/license/gpl-3-0
Authors: Zheyuan Xu
Functions
-
getLargeFactors(
WidgetRef ref) → List< String> - Returns a list of factor variables that have more unique values than the maxFactor threshold. A factor is considered "large" if its number of unique values exceeds maxFactor.