Filter a model's decomposition based on a given pool.
filter_decomp_pool(decomp, pool, verbose = TRUE)a list of 3 data.frame's representing the variable and category decomposition, and the fitted values.
A list of data.frame from a model object or generated using decomping.
A string representing the variable name of the pool variable.
A boolean to specify whether to print warnings
Filter all data.frame's within a model's decomposition based on a given pool.