glm.perm: Fit GLM/Cox to a given model matrix x and response y

View source: R/glm.perm.R

glm.permR Documentation

Fit GLM/Cox to a given model matrix x and response y

Description

This is part of the implementation in the original glmperm package (GPL-3)

Usage

glm.perm(y, x, Family)

Arguments

y

Response vector

x

Model matrix with "resid" column for residuals

Family

GLM family object

Value

a vector with (deviance, dispersion)


majuvi/llperm documentation built on May 2, 2022, 5:20 p.m.