Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

o_control

Function to control estimation of smooth offset


Description

Function to control estimation of smooth offset

Usage

o_control(k_min = 20, rule = 2, silent = TRUE, cyclic = FALSE, knots = NULL)

Arguments

k_min

maximal number of k in s()

rule

which rule to use in approx() of the response before calculating the global mean, rule=1 means no extrapolation, rule=2 means to extrapolate the closest non-missing value, see approx

silent

print error messages of model fit?

cyclic

defaults to FALSE, if TRUE cyclic splines are used

knots

arguments knots passed to gam


FDboost

Boosting Functional Regression Models

v1.0-0
GPL-2
Authors
Sarah Brockhaus [aut], David Ruegamer [aut, cre], Almond Stoecker [aut], Torsten Hothorn [ctb], with contributions by many others (see inst/CONTRIBUTIONS) [ctb]
Initial release
2020-08-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.