Learn R Programming

ForLion (version 0.1.0)

nu_cauchit_self: function to calculate w = nu(eta) given eta for cauchit link

Description

function to calculate w = nu(eta) given eta for cauchit link

Usage

nu_cauchit_self(x)

Value

diagonal element of W matrix which is nu(eta)

Arguments

x

a list of eta - X*beta

Examples

Run this code
eta = c(1,2,3,4)
nu_cauchit_self(eta)


Run the code above in your browser using DataLab