grpl.model {grplasso} | R Documentation |
Generates models to be used for the group lasso algorithm.
grpl.model(invlink, link, nloglik, ngradient, nhessian, check,
name = "user-specified", comment = "user-specified")
LogReg()
LinReg()
PoissReg()
invlink |
a function with arguments |
link |
a function with arguments |
nloglik |
a function with arguments |
ngradient |
a function with arguments |
nhessian |
a function with arguments |
check |
a function with argument |
name |
a character name |
comment |
a character comment |
An object of class grpl.model
.
LogReg()