search for: oneindex

Displaying 2 results from an estimated 2 matches for "oneindex".

Did you mean: nodeindex
2004 Feb 29
1
Confused in simplest-possible function
I wrote the following code: --------------------------------------------------------------------------- oneindex <- function(x) { summary(x) } A <- read.table("try.data", col.names=c("date", "lNifty")) summary(A) oneindex(A$lNifty) --------------------------------------------------------------------------- where I read in data, make a s...
2010 Feb 19
3
Rubbish values written with zero-length vectors (PR#14217)
Full_Name: George Russell Version: 2.10.0, 2.11.0 (2009-12-13 r50716) OS: Windows Submission from: (NULL) (217.111.3.131) R trace: -- cut here -- > v <- integer(0) > v[[1]] <- v > v [1] 20522144 > v <- numeric(0) > v[[1]] <- v > v [1] 4.254131e-314 > sessionInfo() R version 2.10.0 (2009-10-26) i386-pc-mingw32 locale: [1] LC_COLLATE=German_Germany.1252