rs12363681 | R Documentation |
This data set can be used to perform a cluster analyis of bivariate data.
This data set contains SNP of 3680 individuala
data("rs12363681")
A data frame consisting of 3680 data sets (rows) and 2 attributes (columns)
Schlattmann, P.(2009) Medical Applications of Finite Mixture Models. Berlin: Springer.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.