fitted
method for the
“glmpca_pois_fit” class.
# S3 method for glmpca_pois_fit
fitted(object, ...)
An object of class “glmpca_fit”,
typically the result of calling fit_glmpca_pois
.
Additional arguments passed to the generic
fitted
method.
An n x p matrix of fitted means. Calculated as
$$exp(UDV')$$ using the fit
object.