search for: 65536l

Displaying 3 results from an estimated 3 matches for "65536l".

Did you mean: 65536
2012 Oct 09
1
Error in if (is.na(n) || n > 65536L) stop("size cannot be NA nor exceed 65536") : missing value where TRUE/FALSE needed
Dear useRs, i am using NbClust to determine appropriate number of cluster for hclustering. i am consistently getting the following error Error in if (is.na(n) || n > 65536L) stop("size cannot be NA nor exceed 65536") : missing value where TRUE/FALSE needed Does any one know where i am wrong?? thanks in advance eliza [[alternative HTML version deleted]]
2012 Sep 17
1
self defined distance matrix in NbClust
...= "ward", index = "all", alphaBeale = 0.1) i want to define my own dissimilarity matrix of dimension 38*38. my original data "m" is a matrix of 365*38. whenever i define my own dissimilarity matrix the window shows the following error (Error in if (is.na(n) || n > 65536L) stop("size cannot be NA nor exceed 65536") : missing value where TRUE/FALSE needed) any help in this regards will be deeply appreciated as it is getting extremely fustrating. kind regards eliza botto [[alternative HTML version deleted]]
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...**************/ - -void charset(n, controlfile) -int n; -ZFILE *controlfile; -{ - int ch; - - skipws(controlfile); - if (Zgetc(controlfile) != ''9'') { - skiptoeol(controlfile); - return; - } - ch = Zgetc(controlfile); - if (ch == ''6'') { - gn[n] = 65536L * charsetname(controlfile) + 0x80; - gndbl[n] = 0; - skiptoeol(controlfile); - return; - } - if (ch != ''4'') { - skiptoeol(controlfile); - return; - } - ch = Zgetc(controlfile); - if (ch == ''x'') { - if (Zgetc(controlfile) != '...