Hi Sarah Thanks for your advice. My dataset contains all the normalized values. I have to give this dataset as input to ClusterCons package in R. In order to run the package, it requires the data to be converted to numeric data.frame.
When i check my data using class(mydataset), it is in the form of data.frame. But when I try to convert it to numeric using as.numeric(mydataset), it gives me an error saying Error: (list) object cannot be coerced to type 'double'. Could you tell me why this error occurs. Thanks Aparna ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.