Learn R Programming

ForLion (version 0.1.0)

nu1_identity_self: function to calculate first derivative of nu function given eta for identity link

Description

function to calculate first derivative of nu function given eta for identity link

Usage

nu1_identity_self(x)

Value

the first derivative of nu function given eta for identity link

Arguments

x

vector of eta, eta=X*beta

Examples

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

Run the code above in your browser using DataLab