update_beta_MM_isotonic: Beta update in L2E isotonic regression - MM

View source: R/update_beta_MM_isotonic.R

update_beta_MM_isotonicR Documentation

Beta update in L2E isotonic regression - MM

Description

update_beta_MM_isotonic updates beta for L2E isotonic regression using MM

Usage

update_beta_MM_isotonic(y, beta, tau, max_iter = 100, tol = 1e-04)

Arguments

y

response

beta

initial vector of regression coefficients

tau

precision estimate

max_iter

maximum number of iterations

tol

relative tolerance

Value

Returns a list object containing the new estimate for beta (vector) and the number of iterations (scalar) the update step utilized


jocelynchi/L2E-package-demo documentation built on Oct. 6, 2022, 6:05 a.m.