form_control {deepregression} | R Documentation |
Options for formula parsing
Description
Options for formula parsing
Usage
form_control(precalculate_gamparts = TRUE, check_form = TRUE)
Arguments
precalculate_gamparts |
logical; if TRUE (default), additive parts are pre-calculated and can later be used more efficiently. Set to FALSE only if no smooth effects are in the formula(s) and a formula is very large so that extracting all terms takes long or might fail |
check_form |
logical; if TRUE (default), the formula is checked in |
Value
Returns a list with options
[Package deepregression version 1.0.0 Index]