Displaying 1 result from an estimated 1 matches for "counterc1".
Did you mean:
counter1
2011 Mar 05
0
extractModelParameters HELP!!!
...ngth(list.files(CurrentDir, pattern="*.out"))
after the above code is executed, 'modelResults' has all the data from the out
files as different elements of the returned list. I'm accessing est. column from
each element in the following way:
for (g in 1:numReps)
MeansTempC1[counterC1] <- modelResults[[g]]$est[31]
I'm able to get the values from the est. column successfully for 359 cells which
consist of 29532 out files. For just 1 particular cell, when I try to access
the est. column or any other column in that out file, i.e. est_se or
paramHeader, i get the value...