nu1_loglog_self: function to calculate the first derivative of nu function...

View source: R/nu1_loglog_self.R

nu1_loglog_selfR Documentation

function to calculate the first derivative of nu function given eta for log-log link

Description

function to calculate the first derivative of nu function given eta for log-log link

Usage

nu1_loglog_self(x)

Arguments

x

vector of eta, eta=X*beta

Value

the first derivative of nu function given eta for log-log link

Examples

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


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