rs12363681 {CAMAN} | R Documentation |
Gene calling
Description
This data set can be used to perform a cluster analyis of bivariate data.
This data set contains SNP of 3680 individuala
Usage
data("rs12363681")
Format
A data frame consisting of 3680 data sets (rows) and 2 attributes (columns)
References
Schlattmann, P.(2009) Medical Applications of Finite Mixture Models. Berlin: Springer.
Examples
## Not run:
# Example
# EM and classification for bivariate data
data(rs12363681)
test <- bivariate.mixalg(obs1=x, obs2=y, type="bi",
lambda1=0, lambda2=0, p=0,
data=rs12363681, startk=20, class="TRUE")
# scatter plot with ellipse
plot(test)
# scatter plot without ellipse
plot(test, ellipse = FALSE)
## End(Not run)
[Package CAMAN version 0.78 Index]