nu_log_self: Function to calculate w = nu(eta) given eta for log link

View source: R/nu_log_self.R

nu_log_selfR Documentation

Function to calculate w = nu(eta) given eta for log link

Description

Function to calculate w = nu(eta) given eta for log link

Usage

nu_log_self(x)

Arguments

x

Numeric vector of eta, eta = X*beta.

Value

A numeric vector representing the diagonal elements of the W matrix (nu(eta)).

Examples

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


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