Hi Christian
I've been reading about daisy and think I need to do something like..
> mydaisydata <- daisy(mydata,metric=c("euclidean"),stand=FALSE)
Error en vector("double", length) :
tamaƱo del vector especificado es muy grande(which means, specified
vector size is too big)
mydata is an
A quick comment on this: imputation is an option to make things
technically work, but it is not
necessarily good. Imputation always introduces some noise, ie, it fakes
information that is not really there.
Whether it is good depends strongly on the data, the situation and the
imputation metho
Dear Paco,
in order to use the methods in the cluster package (including pam), look up
the help page of daisy, which is able to compute dissimilarity matrices
handling missing values appropriately (in most situations).
A good reference is the Kaufman and Rousseeuw book cited on that help page.
Hi Paco,
I got the same problem with you before. Thus, I just impute the missing values
For example:
newdata<-as.matrix(impute(olddata, fun="random"))
then I believe that you could analyze your data.
Hopefully it helps.
Chunhao
Quoting pacomet <[EMAIL PROTECTED]>:
Hello R users
It's some ti
4 matches
Mail list logo