hugeKmb | R Documentation |
Internal wrapper function to implement rank-based correlation to huge.mb function in "huge" package.
hugeKmb( data, lambda, type = "trunc", sym = "or", verbose = TRUE, verboseR = TRUE, Rmethod = "approx", tol = 1e-06 )
data |
n by p matrix data. usually through pulsar, data will receive subsamples. |
lambda |
a vector of lambda values |
type |
a type of variables. "trunc" is default. |
sym |
"or" is the symmetrizing rule of the output graphs. If sym = "and", the edge between node i and node j is selected ONLY when both node i and node j are selected as neighbors for each other. If sym = "or", the edge is selected when either node i or node j is selected as the neighbor for each other. The default value is "or". (refer to huge manual) |
verbose |
If |
verboseR |
If |
Rmethod |
The calculation method of latent correlation. Either "original" method or "approx". If |
tol |
Desired accuracy when calculating the solution of bridge function in estimateR function. |
hugeKmb
returns a data.frame containing
beta:
path: a list of
df:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.