Package: folda
Title: Forward Stepwise Discriminant Analysis with Pillai's Trace
Version: 0.2.0
Authors@R: 
    person(given = "Siyu",
           family = "Wang",
           role = c("aut", "cre", "cph"),
           email = "iamwangsiyu@gmail.com",
           comment = c(ORCID = "0009-0005-2098-7089"))
Description: A novel forward stepwise discriminant analysis framework 
    that integrates Pillai's trace with Uncorrelated Linear Discriminant Analysis (ULDA), 
    providing an improvement over traditional stepwise LDA methods that rely on Wilks' Lambda. 
    A stand-alone ULDA implementation is also provided, offering a more general solution 
    than the one available in the 'MASS' package. It automatically handles missing values and 
    provides visualization tools. For more details, see Wang (2024) <doi:10.48550/arXiv.2409.03136>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: ggplot2, grDevices, Rcpp, stats
URL: https://github.com/Moran79/folda, http://iamwangsiyu.com/folda/
BugReports: https://github.com/Moran79/folda/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-10-29 21:20:54 UTC; moran
Author: Siyu Wang [aut, cre, cph] (<https://orcid.org/0009-0005-2098-7089>)
Maintainer: Siyu Wang <iamwangsiyu@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-29 22:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 13:19:33 UTC; windows
Archs: x64
