print.combi {combi} | R Documentation |
Print an overview of a fitted combi x
## S3 method for class 'combi' print(x, ...)
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
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