powered by
mldfm
Extract Residuals from a mldfm Object
# S3 method for mldfm residuals(object, ...)
A matrix containing the residuals.
An object of class mldfm.
Further arguments (ignored).
mldfm_result <- mldfm(data = matrix(rnorm(100 * 5), 100, 5), blocks = 1, global = 2) residuals(mldfm_result)
Run the code above in your browser using DataLab