Description Usage Arguments Value Examples
Title Forward Selection Using AIC Criteria and MSFDR Procedure
1 2 |
minimal.lm |
lm function output of model which includes an intercept |
maximal.lm |
lm function output of model which not includes an intercept |
q |
Significant level. default as 0.05 |
print.the.steps |
if TRUE the Lambda, model size, and final model at each iteration will be printed; Default as FALSE |
print.running.time |
If TRUE the running time will be printed, it is equal to the value of print.the.steps Default as False. |
Final model, running time, summary of AIC_MSFDR object
1 | # Feature_Selection_AIC_MSFDR(x, y, q = 0.5, print.the.steps = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.