filter_decomp_pool | R Documentation |
Filter a model's decomposition based on a given pool.
filter_decomp_pool(decomp, pool, verbose = TRUE)
decomp |
A |
pool |
A string representing the variable name of the pool variable. |
verbose |
A boolean to specify whether to print warnings |
Filter all data.frame
's within a model's decomposition based on a given pool.
a list
of 3 data.frame
's representing the variable and category decomposition, and the fitted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.