R/s.R

Defines functions s

Documented in s

#' Specification of smooth terms in formulas in the ordgam function.
#' @keywords internal
#' @export
#' @param x Name of the variable for which an additive term is requested
#' @return The submitted variable for which an additive term is required
s = function(x) x

Try the ordgam package in your browser

Any scripts or data that you put into this service are public.

ordgam documentation built on Sept. 14, 2023, 5:07 p.m.