irwls_glm_ridge: Fit a iteratively re-weighted generalized linear model w/ a...

Description Usage Arguments Value

View source: R/irwls_glm_ridge.R

Description

This function fits an iteratively reweighted GLM with a ridge penalty

Usage

1
irwls_glm_ridge(X, y, family, lambda, maxit = 25, tol = 1e-10)

Arguments

X

a matrix

y

a numeric vector

family

a family object

lambda

a numeric value

maxit

an integer value

tol

a numeric value

Value

a numeric vector


casxue/bis557 documentation built on May 7, 2019, 5 a.m.