R/glmtlp-package.R

#' glmtlp: A package for fitting a GLM with l0, l1, and tlp regularization. 
#'
#' The package provides 3 penalties: l0, l1, and tlp and 3 distribution families: 
#'   gaussian, binomial, and poisson.
#' 
#' @section glmtlp functions:
#' `glmtlp()`, `cv.glmtlp()`
#'
#' @name glmtlp
#' @useDynLib glmtlp, .registration=TRUE
#' @keywords internal
"_PACKAGE"

Try the glmtlp package in your browser

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

glmtlp documentation built on Oct. 3, 2024, 1:08 a.m.