README.md

MatrixLDA

R package for A Penalized Likelihood Method for Classification with Matrix-valued Predictors by Molstad and Rothman.

Installation

MatrixLDA can be loaded directly into R through the the devtools package:

install.packages("devtools")
library(devtools)
devtools::install_github("ajmolstad/MatrixLDA")

Citation

Please cite the manuscript at the link above. For completeness, below is the bibtex entry:

@article{molstad2018penalized,

  author = {Aaron J. Molstad and Adam J. Rothman},
  title = {A Penalized Likelihood Method for Classification With Matrix-Valued Predictors},
  journal = {Journal of Computational and Graphical Statistics},
  year  = {2018},
  publisher = {Taylor & Francis},
  doi = {10.1080/10618600.2018.1476249},
  URL = {https://doi.org/10.1080/10618600.2018.1476249},
  eprint = {https://doi.org/10.1080/10618600.2018.1476249}

}


ajmolstad/MatrixLDA documentation built on Feb. 1, 2024, 7:37 a.m.