Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ForLion (version 0.1.0)

nu_identity_self: 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)

Value

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

Arguments

x

Numeric vector of eta, eta = X*beta.

Examples

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

Run the code above in your browser using DataLab