deriv_link {ordinalCont} | R Documentation |
Function to compute the derivatives of the link function needed by the algorithm
Description
Function to compute the derivatives of the link function needed by the algorithm
Usage
deriv_link(link = c("logit", "probit", "cloglog", "loglog", "cauchit"))
Arguments
link |
One of "logit" (default), "probit", "cloglog", "loglog" or "cauchit". |
Value
A list with the link function and the 1st, 2nd and 3rd derivatives with respect to the argument
[Package ordinalCont version 2.0.2 Index]