Learn R Programming

linea (version 0.1.1)

add_total_pool: add_total_pool

Description

Add an aggregated decomposition.

Usage

add_total_pool(model = NULL, decomp_list = NULL, verbose = FALSE)

Value

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

Arguments

model

Model object

decomp_list

list object generated by the decomping function.

verbose

A boolean to specify whether to print warnings

Details

When running a pooled model, it might be desirable to view the output of the decomping() function as an aggregate of all pools.