Description Usage Arguments Value Examples
View source: R/extractCoords.R
Extract coordinates from fitted object
1 | extractCoords(modelObj, Dim)
|
modelObj |
The fitted model |
Dim |
the required dimensions |
A list with components (matrices with two columns)
latentData |
The latent variables |
featureData |
The feature parameters |
varData |
The variables |
1 2 3 4 5 6 7 8 9 10 11 | data(Zhang)
#Unconstrained
microMetaboInt = combi(
list("microbiome" = zhangMicrobio, "metabolomics" = zhangMetabo),
distributions = c("quasi", "gaussian"), compositional = c(TRUE, FALSE),
logTransformGaussian = FALSE, verbose = TRUE)
#Load the fits
load(system.file("extdata", "zhangFits.RData", package = "combi"))
extractCoords(microMetaboInt, Dim = c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.