search for: zinbmodel

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

Did you mean: zinbmodels
2013 Feb 04
1
Combining data from different saved files with same object names into one data frame
...the same name. So I don't know how to combine these into one object. Below is the code that I could use to paste all the information into the console. for(j in 1:2){ for(k in 1:6){ for(l in 1:2){ for(m in 1:2){ fsumstatZINB=paste("/Users/chris/Dropbox/phd/analysis/Simulation/zinbmodels/summaries/zinbsumstat-",j,k,l,m,".rdata", sep="") load(fsumstatZINB) print(zinbMeans[,1]) } } } } How could I combine all the information from these loops into a matrix() or a data.frame()? Two of the datasets [1,2] are pasted in a public Drop...