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