R/Cox.R

Defines functions Cox

Documented in Cox

#' 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")
}
majuvi/llperm documentation built on May 2, 2022, 5:20 p.m.