Usage
pcit(m, force.serial=FALSE, force.parallel=FALSE, nslaves=NULL,
verbose=getOption("verbose"),
tol.type=c("mean", "min", "max", "median"),
pass.type=c("file", "memory", "db"))
Arguments
m
- A correlation matrix.
force.serial
- A boolean to indicate if the serial implementation of PCIT should be forced.
force.parallel
- A boolean to indicate if the parallel implementation of PCIT should be forced.
nslaves
- The number of slaves to spawn. By default, as many slaves as possible are spawned. UNTESTED OPTION.
verbose
- A boolean to indicate if verbose output should be used.
tol.type
- The type of tolerance measure to be used in PCIT. Current options are "mean", "min" and "max".
pass.type
- The type of approach used to pass the correlation matrix from the master CPU to the slave CPUs. Current options are "file", "memory" and "db".