pbat.setNumProcesses {pbatR} | R Documentation |
Gives the ability to get/set the number of processes of pbat to spawn. This is useful for those who have systems with multiple processors. This value is retained between sessions for each user.
pbat.setNumProcesses(n) pbat.getNumProcesses()
n |
Number of processes to spawn. Set to the number of processors you have in your system (-1 if you want to do something else while it works) to speed up computation time. |
pbat.getNumProcesses
returns the current number of processes
that it has been set to spawn.
http://www.biostat.harvard.edu/~clange/default.htm
http://www.people.fas.harvard.edu/~tjhoffm/pbatR.html