Skip to contents

An S4 class designed to encapsulate the necessary components for a flexible transfer model generalized linear model. This class stores matrices that represent the weighted cross-product of predictors and the cross-product of predictors with outcomes, essential for the model calculations.

Usage

This class is internally used by functions within the package to perform regression analysis. It is not intended for direct use.

Slots

XtWX

matrix representing the weighted cross product of the predictor variables.

XtWz

matrix representing the weighted cross product of the predictor variables and outcomes.