Description Usage Arguments Value See Also Examples
Hierarchical Multiple Testing procedure
Apply Hierarchical Multiple Testing procedure on a MLGL
object
1 2 3 4 5 6 7 8 9 | HMT(
res,
X,
y,
control = c("FWER", "FDR"),
alpha = 0.05,
test = partialFtest,
...
)
|
res |
|
X |
matrix of size n*p |
y |
vector of size n. |
control |
either "FDR" or "FWER" |
alpha |
control level for testing procedure |
test |
test used in the testing procedure. Default is partialFtest |
... |
extra parameters fpr selFDR |
a list containing :
lambda values maximizing the number of rejects
A vector containing the index of selected variables for the first lambdaOpt
value
A vector containing the values index of selected groups for the first lambdaOpt
value
Selected groups for the first lambdaOpt
value
Selected groups for all lambda values
Control level
Test used in the testing procedure
"FDR" or "FWER"
Elapsed time
list containing the output of the testing function for each lambda. Each element can be used with the selFWER or selFDR functions.
lambda path
Number of groups before testing
Numer of groups after testing
hierarchicalFWER hierarchicalFDR selFWER selFDR
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.