Description Usage Arguments Value Examples
Print an overview of a fitted combi x
1 2 |
x |
a fitted combi x |
... |
Further arguments, currently ignored |
An overview of the number of dimensions, views and parameters, type of ordination and importance parameters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | data(Zhang)
#Unconstrained
microMetaboInt = combi(
list("microbiome" = zhangMicrobio, "metabolomics" = zhangMetabo),
distributions = c("quasi", "gaussian"), compositional = c(TRUE, FALSE),
logTransformGaussian = FALSE, verbose = TRUE)
#Constrained
microMetaboIntConstr = combi(
list("microbiome" = zhangMicrobio, "metabolomics" = zhangMetabo),
distributions = c("quasi", "gaussian"), compositional = c(TRUE, FALSE),
logTransformGaussian = FALSE, covariates = zhangMetavars, verbose = TRUE)
#Load the fits
load(system.file("extdata", "zhangFits.RData", package = "combi"))
print(microMetaboInt)
print(microMetaboIntConstr)
#Or simply
microMetaboInt
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.