nu_identity_self: Function to calculate w = nu(eta) given eta for identity link

View source: R/nu_identity_self.R

nu_identity_selfR Documentation

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

Description

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

Usage

nu_identity_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_identity_self(eta)


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