Matlab toolbox for multi-response regression
MGLM toolbox is a collection of Matlab functions for multi-response GLM regression and sparse regression.
The toolbox is developed by Hua Zhou and Yiwen Zhang. An R package of same functionalities is available at CRAN.
The code is tested on Matlab R2017a, but should work on other versions of Matlab with no or little changes. Current version works on these platforms: Windows 64-bit, Linux 64-bit, and Mac (Intel 64-bit). Type computer
in Matlab’s command window to determine the platform.
Download the Matlab toolbox installation file MGLM.mltbx. Double click the downloaded file and you should be good to go. If it does not work for some reasons, follow the below instructions for Matlab version < 2014b.
ZIP File
file using the links on the left.unzip Hua-Zhou-MGLM-xxxxxxx.zip
mv Hua-Zhou-MGLM-xxxxxxx MGLM
addpath(pwd) %<-- Add the toolbox to the Matlab path
save path %<-- Save for future Matlab sessions
?
followed by the function name in Matlab.If you use this toolbox in any way, please cite the software itself along with at least one publication or preprint.
Hua Zhou huazhou@ucla.edu.