nu2_identity_self: function to calculate the second derivative of nu function...

View source: R/nu2_identity_self.R

nu2_identity_selfR Documentation

function to calculate the second derivative of nu function given eta for identity link

Description

function to calculate the second derivative of nu function given eta for identity link

Usage

nu2_identity_self(x)

Arguments

x

vector of eta, eta=X*beta

Value

the second derivative of nu function for identity link

Examples

eta = c(1,2,3,4)
nu2_identity_self(eta)


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