summary.glmpca_pois_fit {fastglmpca} | R Documentation |
Summarize GLM-PCA Model Fit
Description
summary
method for objects of class
“glmpcan_fit_pois”.
Usage
## S3 method for class 'glmpca_pois_fit'
summary(object, ...)
## S3 method for class 'summary.glmpca_pois_fit'
print(x, ...)
Arguments
object |
An object of class “glmpca_fit”,
typically the result of calling |
... |
Additional arguments passed to the generic
|
x |
An object of class “summary.glmpca_fit”,
usually the result of a call to |
Value
summary
returns a vector of basic statistics
summarizing the model fit.
[Package fastglmpca version 0.1-103 Index]