View source: R/nu1_cauchit_self.R
nu1_cauchit_self | R Documentation |
Function to calculate first derivative of nu function given eta for cauchit link
nu1_cauchit_self(x)
x |
vector of eta, eta=X*beta |
the first derivative of nu function given eta for cauchit link
eta = c(1,2,3,4)
nu1_cauchit_self(eta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.