Displaying 1 result from an estimated 1 matches for "330312".
Did you mean:
30312
2011 Sep 04
1
generating multiple dataset and applying function and output multiple output dataset......
Dear R experts:
Here is my problem, just hard for me...
I want to generate multiple datasets, then apply a function to these
datasets and output corresponding output in single or multiple dataset
(whatever possible)...
# my example, although I need to generate a large number of variables and
datasets
seed <- round(runif(10)*1000000)
datagen <- function(x){
set.seed(x)
var <- rep(1:3,