search for: yind

Displaying 4 results from an estimated 4 matches for "yind".

Did you mean: kind
2011 May 31
1
reshape::cast: invalid 'yinds' argument
...en I use Rgui or source()), BUT the error occurs not always, maybe only on half the attempts: w <- cast(v, id + code + productname + year + begin + end + specificDesc + specificDesc2 ~ type) Error in merge.data.frame(data, all.combinations, by = unlist(vars), sort = FALSE, : invalid 'yinds' argument What does this message mean, and how can I get rid of the error? I tried changing the colvars from character to factor, but that didn't help. I'm using R2.10.1 and either WinXP or Win2000. Thanks in advance, Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2007 Oct 21
2
image 256 x 920 data points too slow
Dear R gurus, I'm trying to visualize a matrix 256 x 920 using image(), but i find the display too slow (~ 1 minute ?? admittedly, my iBook G4 isn't very fast). The aim is not to get a good resolution image, but rather have a quick look at the matrix. I couldn't find a way to plot a smaller set of points from my data in a sensible manner (basically, i want to decrease the
2012 Jan 15
0
patching ?merge to allow the user to keep the order of one of the two data.frame objects merged
...bz <- do.call("paste", c(rbind(bx, by), sep = "\r")) bx <- bz[seq_len(nx)] by <- bz[nx + seq_len(ny)] } comm <- match(bx, by, 0L) bxy <- bx[comm > 0L] xinds <- match(bx, bxy, 0L, incomparables) yinds <- match(by, bxy, 0L, incomparables) if (nx > 0L && ny > 0L) m <- .Internal(merge(xinds, yinds, all.x, all.y)) else m <- list(xi = integer(), yi = integer(), x.alone = seq_len(nx), y.alone = seq_len(ny)) nm <- nm.x <- nam...
2014 Jan 28
0
Help for how to use "snowfall" package
...library(snowfall) , even though I have set the seed with "2014", but the values I generated are different from the code without library(snowfall). Do anybody have any idea to how to use this package to speed up the simulation? I really appreciate your help. Have a nice day Sincerely, Yinding Wang [[alternative HTML version deleted]]