| grpl.model-class {grplasso} | R Documentation |
Class "grpl.model": Group Lasso Models
Description
Objects of class "grpl.model" define link function, negative log-likelihood and corresponding gradient and Hessian for the model to be used in a group lasso problem.
Objects from the Class
Objects can be created by calls of the form grpl.model(...)
Slots
invlinka function with arguments
etaimplementing the inverse link function.linka function with arguments
muimplementing the link function.nloglika function with arguments
y,muandweightsimplementing the negative log-likelihood function.ngradienta function with arguments
x,y,muandweightsimplementing the negative gradient of the log-likelihood function.nhessiana function with arguments
x,muandweightsimplementing the negative hessian of the log-likelihood function.checka function with argument
yto check whether the response has the correct format.namea character name
commenta character comment
Methods
- show
object
Examples
LogReg()