precalc_gam {deepregression} | R Documentation |
Pre-calculate all gam parts from the list of formulas
Description
Pre-calculate all gam parts from the list of formulas
Usage
precalc_gam(lof, data, controls)
Arguments
lof |
list of formulas |
data |
the data list |
controls |
controls from deepregression |
Value
a list of length 2 with a matching table to link every unique gam term to formula entries and the respective data transformation functions
[Package deepregression version 1.0.0 Index]