Skip to contents

Evaluates the link function \(g(\mu)\) for a given response vector. Used internally for starting-value computation.

Usage

apply_link(mu, link)

Arguments

mu

Numeric vector of response values.

Character string naming the link function (same set as apply_inv_link).

Value

Numeric vector containing \(g(\mu)\).