Description Objects from the Class Slots Methods Examples
Objects of class "lassoModel" define link function, negative log-likelihood and corresponding gradient and Hessian for the model to be used in a Group Lasso problem.
Objects are typically created by calls of the form
lassoModel(...).
invlinka function with arguments eta
implementing the inverse link function.
linka function with arguments mu
implementing the link function.
nloglika function with arguments y, mu and
weights implementing the negative
log-likelihood function.
ngradienta function with arguments x, y,
mu and weights
implementing the negative gradient of the log-likelihood function.
nhessiana function with arguments x, mu and
weights implementing the negative hessian of the
log-likelihood function.
checka function with argument y to check
whether the response has the correct format.
namea character name
commenta character comment
object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.