search for: dailymodel

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

Did you mean: dailymodeled
2013 Mar 21
0
"[[i]]$" <- "" indexing and lapply
...331h37@n4.nabble.com] >Sent: 3/14/2013 7:30:54 AM >To: iruckaE@mail2world.com >Subject: Re: "[[i]]$" <- "" indexing and lapply > >Hi Irucka, > >Not sure how `Q` should be attached to Data object. >Try this: >const<- list(1.01, 1.00, 0.99) >DailyModeled1<-mapply(cbind,DailyModeled,const=const,SIMPLIFY=FALSE) > >DailyModeled$Q<-lapply(seq_along(Daily),function(i) Daily[[i]]$Q*DailyModeled1[[i]]$const) > str(DailyModeled) #different than what you showed. Also, I noticed that 'Q' is the same in your 'str' >#List...
2013 Jan 15
2
error in for loop in function (object not found)
Hi all, I have attached the function file (revisedfunction) and the list of station IDs (StationIDs) in .pdf format. I have written a function to perform various operations on the station IDs in two groups. The first 6 station IDs require one less step than the remaining 68 station IDs. The file referenced at the beginning of the function is the file containing the StationIDs. > file =