R/GLM.R

Defines functions GLM

#' @importFrom stats glm 
GLM <- function()  list(family = "binomial", control = list(maxit = 500))
nguforche/MLSurvival documentation built on July 28, 2019, 1:59 p.m.