database - The best way to store many uneven vectors in R? -


the real data (for each year , each id there list):

year1_id1 <- list() (k in 1:1000) {year1_id1[[k]] <- rnorm(floor(runif(1,1,1000)),0,5)} 

and have 16 years , each year there 100-1000 ids. know list way store data 1 year , 1 id, not sure best way store many years , ids together.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -