View source: R/mldfm_methods.R
| fitted.mldfm | R Documentation |
mldfm ObjectExtract Fitted Values from a mldfm Object
## S3 method for class 'mldfm'
fitted(object, ...)
object |
An object of class |
... |
Further arguments (ignored). |
A matrix containing the fitted values.
mldfm_result <- mldfm(data = matrix(rnorm(100 * 5), 100, 5), blocks = 1, global = 2)
fitted(mldfm_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.