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