Displaying 5 results from an estimated 5 matches for "msck9".
2005 Jan 27
10
A "rude" question
Dear all,
I am beginner using R. I have a question about it. When you use it,
since it is written by so many authors, how do you know that the
results are trustable?(I don't want to affend anyone, also I trust
people). But I think this should be a question.
Thanks,
Ming
2005 Jan 27
10
A "rude" question
Dear all,
I am beginner using R. I have a question about it. When you use it,
since it is written by so many authors, how do you know that the
results are trustable?(I don't want to affend anyone, also I trust
people). But I think this should be a question.
Thanks,
Ming
2005 Jan 27
3
clustering
Hi,
I just get a question (sorry if it is a dumb one) and I "phase" my
question in the following R codes:
group1<-rnorm(n=50, mean=0, sd=1)
group2<-rnorm(n=20, mean=1, sd=1.5)
group3<-c(group1,group2)
Now, if I am given a dataset from group3, what method (discriminant
analysis, clustering, maybe) is the best to cluster them by using R.
The known info includes: 2 clusters,
2005 Feb 02
3
Boxplot by factors
Dear all,
I have the following data format
cellnumber force
1 100
1 230
1 100
1 200
1 130
1 210
2 179
2 298
2 400
2 500
2 600
...........
I want to make a boxplot of the force according to the cellnumber. Here
the cellnumber is actually a factor. It has 1, 2 two levels. How can I
do that using boxplot?
Thanks in advance
Ming
2005 Jan 27
1
Cluster analysis using EM algorithm
Hi,
I am looking for a package to do the clustering analysis using the
expectation maximization algorithm.
Thanks in advance.
Ming