## Not run:
#
# # Starting from an EList object called MIR
# data("MIR-spike-in")
# AA <- estVC(MIR,method="joint")
#
# # Parellel execution using multicore
#
# library(multicore)
#
# # use this to set the desided number of
# #cores. Otherwise multicore would use all the available
# options(cores=8)
#
# AA <- estVC(MIR,method="joint")
#
# detach('package:multicore')
#
# # Parellel execution using snow
#
#
# library(snow)
#
# cl <- makeCluster(8,type="SOCK")
#
# # Or also...see ?makeCluster
# # cl <- makeCluster(8,type="MPI")
#
# AA <- estVC(MIR,method="joint",clName=cl)
#
# ## End(Not run)
Run the code above in your browser using DataLab