> Gundala Viswanath
> on Sun, 8 Dec 2013 16:11:12 +0900 writes:
> Hi, According to daisy function from cluster
> documentation, it can compute dissimilarity when NA
> (missing) value(s) is present.
> http://stat.ethz.ch/R-manual/R-devel/library/cluster/html/daisy.html
Hi,
Please don't cross-post. It's also not necessary to post more than once to
the same list if you don't get an immediate response, especially if you've
posted on the weekend.
On Sunday, December 8, 2013, Gundala Viswanath wrote:
> Hi,
>
>
> According to daisy function from cluster documentatio
Hi,
According to daisy function from cluster documentation, it can compute
dissimilarity when NA (missing) value(s) is present.
http://stat.ethz.ch/R-manual/R-devel/library/cluster/html/daisy.html
But why when I tried this code
library(cluster)
x <- c(1.115,NA,NA,0.971,NA)
y <- c(NA,1.006,NA,N
3 matches
Mail list logo