para {hsphase} | R Documentation |
Parallel Analysis of Data
Description
This function uses the list of matrices (the output of cs
) and runs one of the options, on each element of the list, in parallel.
Usage
para(halfsibs, cpus = 1, option = "bmh", type = "SOCK", bmh_forwardVectorSize = 30,
bmh_excludeFP = TRUE, bmh_nsap = 3, pmMethod = "constant")
Arguments
halfsibs |
|
cpus |
|
option |
|
type |
|
bmh_forwardVectorSize |
|
bmh_excludeFP |
|
bmh_nsap |
|
pmMethod |
|
Details
Type of analysis can be bmh
, ssp
, aio
, pm
, or rec (refer to pm
, rplot
and vignette for more information about rec).
Value
Returns a list of matrices with the results (formats specific to the option selected).
Examples
# Please run demo(hsphase)