| huge.ct | R Documentation |
See more details in huge
huge.ct(
x,
nlambda = NULL,
lambda.min.ratio = NULL,
lambda = NULL,
verbose = TRUE,
input.type = "auto"
)
x |
There are 2 options: (1) |
nlambda |
The number of regularization/thresholding parameters. The default value is |
lambda.min.ratio |
If |
lambda |
A numeric scalar or non-empty one-dimensional numeric input
of finite, non-negative thresholds. Values are applied in the supplied
order, and zero is allowed. Leave
|
verbose |
If |
input.type |
How to interpret |
The default path targets increasing numbers of undirected edges
and defines each graph by the strict rule
abs(correlation) > lambda. Equal-weight edges are never split, so
ties can make the realized sparsity smaller than the nominal target.
Reusing the returned lambda values therefore reconstructs the
same path. When lambda = NULL, nlambda must be a positive
integer and lambda.min.ratio must lie in (0, 1]. Supplying
lambda overrides those two arguments.
huge, and huge-package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.