Skip to contents

Seed representing the matrix Y - invLink(tcrossprod(Beta, design)) where Y is DelayedMatrix-like and Beta is a dense numeric matrix.

Slots

Y

a DelayedMatrix.

X

a matrix.

Beta

a base R numeric matrix.

family

GLM family string

nb.theta

array of overdispersion parameters for negative binomial regressions

rtype

type of residual: c("deviance", "pearson", "response", "response.se")

transposed

defaults to FALSE, indicating features are on rows

chunkSize

number of rows to read into memory at a time

Ndim

Integer scalar, always 2L.

dim

Integer vector of length 2.

dimnames

List of dimension names.