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