nu_log_self | R Documentation |
Function to calculate w = nu(eta) given eta for log link
nu_log_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_log_self(eta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.