Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


linea (version 0.1.1)

filter_decomp_pool: filter_decomp_pool

Description

Filter a model's decomposition based on a given pool.

Usage

filter_decomp_pool(decomp, pool, verbose = TRUE)

Value

a list of 3 data.frame's representing the variable and category decomposition, and the fitted values.

Arguments

decomp

A list of data.frame from a model object or generated using decomping.

pool

A string representing the variable name of the pool variable.

verbose

A boolean to specify whether to print warnings

Details

Filter all data.frame's within a model's decomposition based on a given pool.