search for: tomtomm

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

Did you mean: tomtom
2011 Jun 29
3
time series interpolation
Hi there, I?ve got a datatable in R which I try to interpolate with this and get the Error below: > new$temp<- approx(w03_11temp$temp, n = (nrow(w03_11temp)*5))$y Error in new$temp <- approx(w03_11temp$temp, n = (nrow(w03_11temp) * 5))$y : Object of type 'closure' not registered Any idea?? Thanks a lot. -- View this message in context:
2011 Jul 06
1
accessing names of lists in a list
After importing multiple files to data.frames in R, I want to rename all their columns and do other operations with them. The data.frame names are not continuous like 1, 3, 4, 6. I could not find a way of creating a list of the data.frames and loop this and ended up putting them into a list first: # get all objects all.obj = sapply(ls(), get) # get data frames dfrs = all.obj[sapply(all.obj,
2011 Jun 30
0
help with interpreting what nnet() output gives:
...packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] lubridate_0.2.4 loaded via a namespace (and not attached): [1] plyr_1.5.2 stringr_0.4 ------------------------------ Message: 19 Date: Wed, 29 Jun 2011 08:27:32 -0700 (PDT) From: tomtomme <langkamp at tomblog.de> To: r-help at r-project.org Subject: [R] time series interpolation Message-ID: <1309361252263-3633193.post at n4.nabble.com> Content-Type: text/plain; charset=UTF-8 Hi there, I?ve got a datatable in R which I try to interpolate with this and get the Error belo...
2011 Jun 28
0
renaming multiple columns + interpolating temperature series
Greetings R Users, I?m new to R but at least managed to read in multiple files: filenames <- list.files(path=getwd()) numfiles <- length(filenames) for (all_temp in c(1:numfiles)) { filenames[all_temp] <- paste(filenames[all_temp],sep="") assign(gsub("[.]ASC$","temp",filenames[all_temp]),read.delim2(filenames[all_temp],