nu1_cauchit_self: Function to calculate first derivative of nu function given...

View source: R/nu1_cauchit_self.R

nu1_cauchit_selfR 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)


ForLion documentation built on April 11, 2025, 5:38 p.m.