#' Cox family object
#'
#' This is part of the implementation in the original glmperm package (GPL-3)
#'
#' @return the family object
Cox <- function() {
structure(list(family = "Cox"), class = "family")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.