gomms-package: GLM-Based Ordination Method

Description Author(s) References Examples

Description

preliminary analysis of similarity between samples in a low (2 or 3) dimensional display.

Author(s)

Michael B. Sohn

Maintainer: Michael B. Sohn <msohn@mail.med.upenn.edu>

References

Sohn, M.B. and Li, H. (2017). A GLM-Based Latent Variable Ordination Method for Microbiome Samples (Submitted).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# load test data

data(gomms_test_data);

# estimate factor scores
cdat <- as.matrix(gomms_test_data[,-ncol(gomms_test_data)]);
rslt <- gomms(cdat);

# plot estimated factor scores
y <- as.matrix(gomms_test_data$group);
gomms.plot(rslt, y);

## End(Not run)

gomms documentation built on May 2, 2019, 11:01 a.m.