Phil taylor wrote:> Hi all
>
> I am trying to perform the follwing:
>
> fit<-pvclust(wq, method.hclust="ward",
method.dist="euclidean")
What is wq? Which version of R? WHich version of the pvclust package (I
guess we are talking about that one?)? We also need a reproducible
example, as the posting guide suggests.
Uwe Ligges
> but get a strange error message that I just cant figure out.
>
> Has anyone come across this? Any help would be most appricieated
>
>
> Error in hclust(distance, method = method.hclust) :
> NA/NaN/Inf in foreign function call (arg 11)
> In addition: Warning message:
> NAs introduced by coercion in: as.double.default(x)
>
>
> Many thanks,
>
> Phil
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.