R package for A Penalized Likelihood Method for Classification with Matrix-valued Predictors by Molstad and Rothman.
MatrixLDA can be loaded directly into R through the the devtools
package:
install.packages("devtools")
library(devtools)
devtools::install_github("ajmolstad/MatrixLDA")
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}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.