Description Usage Arguments Examples
Summary method for class "MBGC
"
1 2 3 4 5 |
object |
An object of class " |
... |
Further arguments passed to or from other methods. |
x |
An object of class " |
digits |
The number of significant digits to use when printing. |
1 2 3 4 5 6 7 8 9 | clust1 <- MBGC(modelName = "CC", y=c("y1","y2"),
G=2, gating = "C", data=gatingsim)
summary(clust1)
clust2 <- MBGC(modelName = "CI", y=c("y1","y2"),
G=2, gating = "C", data=gatingsim)
summary(clust2)
clust4 <- MBGC(modelName = "CC", y=c("y1","y2"),
G=2, gating = ~w1+w2+w3, data=gatingsim)
summary(clust4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.