search for: g1p

Displaying 1 result from an estimated 1 matches for "g1p".

Did you mean: g1
2005 Jan 27
2
cluster, mona error
Hi I have a problem using the package cluster on my binary data. I want to try mona at first. But i get the an error. hc<-read.table("all.txt", header=TRUE, sep="\t", row.names=1) srt(hc) `data.frame': 51 obs. of 59 variables: $ G1p : int 2 1 1 1 1 1 1 1 1 1 ... $ G1q : int 1 1 1 1 1 1 1 1 1 1 ... $ G2p : int 1 1 1 1 1 1 1 1 1 1 ... $ G2q : int 1 1 1 1 1 1 1 1 1 1 ... $ G3p : int 1 1 1 1 1 1 1 1 1 1 ... m<-mona(hc) Error in mona(hc) : All variables must be binary (factor with 2 levels). I find this strange when t...