compute_res_deviance: Deviance Residuals for Poisson GLM

View source: R/tools.R

compute_res_devianceR Documentation

Deviance Residuals for Poisson GLM

Description

Deviance Residuals for Poisson GLM

Usage

compute_res_deviance(D, D_hat)

Arguments

D

Vector or matrix containing the number of observed events

D_hat

Vector or matrix containing the number of predicted events

Value

A vector or matrix (depending on the input type, will be a matrix if at least one of the input is) containing the deviance residuals


WH documentation built on Sept. 11, 2024, 9:12 p.m.