para | R Documentation |
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.
para(halfsibs, cpus = 1, option = "bmh", type = "SOCK", bmh_forwardVectorSize = 30,
bmh_excludeFP = TRUE, bmh_nsap = 3, pmMethod = "constant")
halfsibs |
|
cpus |
|
option |
|
type |
|
bmh_forwardVectorSize |
|
bmh_excludeFP |
|
bmh_nsap |
|
pmMethod |
|
Type of analysis can be bmh
, ssp
, aio
, pm
, or rec (refer to pm
, rplot
and vignette for more information about rec).
Returns a list of matrices with the results (formats specific to the option selected).
# Please run demo(hsphase)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.