這是我碩一時所製作的 R package,當時我們的目標是想要以R語言實作基於 F-value 的 Forward 及 Backward Stepwise Model Selection,在我的個人網站中的文章有關於 fselect 函數的簡單說明,若是想直接安裝 package,可以複製下方的程式在 R 語言中運行。
if(!require(devtools)) install.packages("devtools")
devtools::install_github("hans0803/APLM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.