search for: resultslist

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

Did you mean: resultlist
2011 Jun 14
1
problems with plots in loop (corrected Email)
...at. The problem is that the first eight graphs are skipped when I run the loop, the other graphs are fine. However, all graphs can be generated individually. This indicates that the data sets are fine. Pulling the results from a nonlinear regression to more than 90 data sets from a list (resultslist[[i]]) Generating the first derivative and multiply it by 100 to adjust for the scale. Here is the code. pdf('F:/diffnormal_16001a.pdf') par(mfcol = c(4,2)) for(i in 1: 92){ fit <- NULL der <- NULL Zeit <- NULL Zeit <- seq(0,300) try(guess <-...
2011 Jun 14
0
problems with plots in loop
...at. The problem is that the first eight graphs are skipped when I run the loop, the other graphs are fine. However, all graphs can be generated individually. This indicates that the data sets are fine. Pulling the results from a nonlinear regression to more than 90 data sets from a list (resultslist[[i]]) Generating the first derivative and multiply it by 100 to adjust for the scale. Here is the code. pdf('F:/diffnormal_16001a.pdf') par(mfcol = c(4,2)) for(i in 1: 92){ fit <- NULL der <- NULL Zeit <- NULL Zeit <- seq(0,300) try(guess <-...