fitted.glmpca_pois_fit {fastglmpca}R Documentation

Get Fitted Values for GLM-PCA Model Fit

Description

fitted method for the “glmpca_pois_fit” class.

Usage

## S3 method for class 'glmpca_pois_fit'
fitted(object, ...)

Arguments

object

An object of class “glmpca_fit”, typically the result of calling fit_glmpca_pois.

...

Additional arguments passed to the generic fitted method.

Value

An n x p matrix of fitted means. Calculated as

exp(UDV')

using the fit object.


[Package fastglmpca version 0.1-103 Index]