Displaying 1 result from an estimated 1 matches for "determinging".
Did you mean:
determining
2003 Nov 16
1
help with EMclust
we have implemented teh following code for determinging the clustering
model of a dataset.
bicvals <- EMclust( hdata, 7)
sumry1 <- summary(bicvals, hdata,7) # summary object for emclust()
print(sumry1)
This set of code gives the following output
classification table:
1 2 3 4 5 6 7
1 1 1 4 1 1 1
which I think means there is 1 gene in...