Displaying 2 results from an estimated 2 matches for "windowq".
Did you mean:
window
2013 Mar 21
0
"[[i]]$" <- "" indexing and lapply
...ation for both Sample and Daily are the names of the
columns rather than the site name.
## modelEstimation -- this is the code that I use to do the loop through
modelEstimation
for(i in Daily) {
modelEstimation(localDaily = Daily[[i]], localSample = Sample[[i]],
localINFO = INFO[[i]], windowY=10, windowQ=2,
windowS=0.5,minNumObs=10,minNumUncen=6, env=parent.frame())
}
# shows the correct naming convention before being ran through
modelEstimation
> dput(Daily)
structure(list(`21NC02WQ.C1000000` = structure(list(Date =
structure(c(11231,
11232, 11233, 11234, 11235, 11236), class = "Date&quo...
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 =