qseaGLM-class {qsea}R Documentation

qseaGLM class and its methods

Description

The qseaGLM class is used in qsea to store fitted coefficients of the GLM.

Slots

fullModelDesign:

design matrix of full model

fullModel :

list containing parameters and fitted coefficients of full model

parameters:

list of parameters used to create the object

contrast:

list of lists containing parameters and the fitted model coeficients of the reduced models

windows:

vector of window indices, for which GLMs have been fitted

Author(s)

Matthias Lienhard

Examples

showClass("qseaGLM")

[Package qsea version 1.18.0 Index]