Visualization of correlation matrix: mycorrplot_1, mycorrplot_2
mycorrplot_1.m : display result of corr(X)
mycorrplot_2.m : display result of corr(X,Y))
Documentation can be found on https://github.com/weitingwlin/matlabutility/tree/master/documents
R values and Significance levels (range of P values) are visualized as the color and sizes of circle. User can also chose to see scatter plots, and/or text with R and P values on one triangle. Rows with NaN will be removed for each pair of variables. Input can be matrix or table.
Inspired by :
corrplot : from Matlab econometrics tool box
correlationCircles by David Legland
R package corrplot
Depend on :
Matlab Statistics and Machine Learning Toolbox
my functions: plot_circle.m, mycolor.m, nancorr.m, tnames.m
Citar como
Wei-Ting Lin (2024). Visualization of correlation matrix: mycorrplot_1, mycorrplot_2 (https://www.mathworks.com/matlabcentral/fileexchange/48131-visualization-of-correlation-matrix-mycorrplot_1-mycorrplot_2), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization >
Etiquetas
Agradecimientos
Inspirado por: num2cellstr, Correlation circles, mycolor(colorcode, selectplate)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.3.0.0 | Edit documentation
|
||
1.2.0.0 | Fix dependent file [my_colorplates.mat] |
||
1.1.0.0 | Editing the description. |
||
1.0.0.0 |