search for: j1data

Displaying 1 result from an estimated 1 matches for "j1data".

Did you mean: c1data
2013 Mar 26
2
Problem with nested for-loop
...problems, but I thought it might be worth mentioning. I've pasted the code below and if any additional info is needed please write back and I will post it. #read in the model output data from Jenkins eq. 1 under "data" #read in the prediction data set under "predict data" j1data=read.delim("reduced_j1_forR.txt",header=T) predictdata=read.delim("predictset_forR.txt",header=T) j1data=j1data[,2:4] its=c(rep(1:10000,each=11)) j1data=cbind(its,j1data) #set up a matrix full of zeros "lnbm" where prediction results are placed #set up for loop that f...