View source: R/nu_logit_self.R
nu_logit_self | R Documentation |
function to calculate w = nu(eta) given eta for logit link
nu_logit_self(x)
x |
vector of eta, eta=X*beta |
diagonal element of W matrix which is nu(eta)
eta = c(1,2,3,4)
nu_logit_self(eta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.