View source: R/nu_identity_self.R
nu_identity_self | R Documentation |
Function to calculate w = nu(eta) given eta for identity link
nu_identity_self(x)
x |
Numeric vector of eta, eta = X*beta. |
A numeric vector representing the diagonal elements of the W matrix (nu(eta)).
eta = c(1,2,3,4)
nu_identity_self(eta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.