invalid type character for column numbers - gower

It has already been resolved.
I have a data frame with mixed numeric (column numbers 1 and 2) and categorical (column numbers 3) data which I'm trying to cluster with daisy.

I'm using:

d <- daisy(aco, metric="gower")

and getting:

Error in daisy(aco, metric = "gower") :
invalid type character for column numbers 3


?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.