search for: jvseq

Displaying 1 result from an estimated 1 matches for "jvseq".

Did you mean: vseq
2013 Feb 20
0
Simultaneously adding rows and columns by '[<-.data.frame' may fail
...nstead of 'j'. In the code of function '[<-.data.frame', near the end, it looks like 'j' needs to be replaced with 'jj' in the lines marked by # below. if (has.i) for (jjj in seq_len(p)) { jj <- jseq[jjj] vjj <- value[[jvseq[[jjj]]]] if (jj <= nvars) { ... } else { x[[jj]] <- vjj[FALSE] if (length(dim(vjj)) == 2L) { length(x[[j]]) <- nrows * ncol(vjj) # dim(x[[j]]) <- c(nrows, ncol(vjj))...