Displaying 1 result from an estimated 1 matches for "caha".
Did you mean:
cada
2005 Sep 21
0
Problem with SAGx Library
...of R i am running is 2.2.1.
I have my data in a CSV format which i read into R using the
read.table() command. After the data has been read i am loading in the
"SAGx" and "MASS" libraries.
According to the SAGx help files the command for running a CH
procedure is as follows:
caha(data, cluster)
where: "data" is the data matrix and "cluster" is a vector describing
the cluster membership consecutive numbers.
The commands that i give are as follows:
| > cl <- myclus(mydata, k=3)
| > caha(mydata, cl$cluster)
I get the following output
Error in...