Description Usage Arguments Value Author(s) References Examples
Arguments:
1 | Bagged.RDA(X, Y, boot = 1000)
|
X |
a matrix, samples on columns, variables (bacteria) on rows. |
Y |
vector with names(Y)=rownames(X), for example |
boot |
Number of bootstrap iterations Returns: |
List with items: loadings: bagged loadings scores: bagged scores significance: significances of X variables etc. TBA.
Contact: Jarkko Salojarvi microbiome-admin@googlegroups.com
See citation("microbiome")
1 | # NOT RUN data(peerj32); x <- as.matrix(peerj32$microbes)[1:20, 1:6]; y <- rnorm(nrow(x)); names(y) <- rownames(x); res <- Bagged.RDA(x, y , boot = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.