Relative Content

Tag Archive for rparallel-processingparent-childmclapply

Using the <<- operator within mclapply

I am using mclapply to run a several linear regressions. Each child process from mclapply takes a dataset from the global environment, subsets that data, and then performs the regression on that subset of data.