form_control: Options for formula parsing

View source: R/controls.R

form_controlR 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 process_terms

Value

Returns a list with options


deepregression documentation built on Jan. 18, 2023, 1:11 a.m.