Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.