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