R/s.R

Defines functions s

Documented in s

#' Specification of smooth terms in formulas in the tvcure function.
#' @keywords internal
#' @export
#' @param x Name of the variable for which an additive term is requested.
#' @param ref (Optional) reference value for \code{x} where the additive term is zero.
#' @return The submitted variable for which an additive term is required.
s <- function(x,ref=NULL) x

Try the tvcure package in your browser

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

tvcure documentation built on April 12, 2025, 1:58 a.m.