search for: lnifti

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

Did you mean: nifti
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