sterm_control | R Documentation |
Controls for smooth terms
sterm_control( sterm_default = NULL, teterm_default = function(x, y, la) paste0("sparse(ti(", x, ", ", y, ", la = ", la, "))"), penalize_byterm = NULL, spline_type = c("tp", "ps") )
sterm_default |
default function for creating univariate effects |
teterm_default |
default function for creating bivariate effects |
penalize_byterm |
if not NULL but positive value, the linear effect in by-terms of smooth effects will be penalized |
list of options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.