nu1_cauchit_self {ForLion} | R Documentation |
function to calculate first derivative of nu function given eta for cauchit link
Description
function to calculate first derivative of nu function given eta for cauchit link
Usage
nu1_cauchit_self(x)
Arguments
x |
vector of eta, eta=X*beta |
Value
the first derivative of nu function given eta for cauchit link
Examples
eta = c(1,2,3,4)
nu1_cauchit_self(eta)
[Package ForLion version 0.3.0 Index]