Bland-Altman and Correlation Plot
Zitieren als
Ran Klein (2024). Bland-Altman and Correlation Plot (https://www.mathworks.com/matlabcentral/fileexchange/45049-bland-altman-and-correlation-plot), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection >
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization > Statistical Visualization > Box Plots >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.12.0.0 | Added coefficient of correlation and coefficient of determination options as suggested by Tomasz Czernuszewicz. |
||
1.11.0.0 | Two SSE and RMSE values are now available: for the linear regression on the correlation plot, and for the difference between paired data on the Bland-Altman plot.
|
||
1.10.0.0 | Fixed non-parametric comparison to use signrank instead of ranked sum (credits to Smilla for bringing this issue to my attention).
|
||
1.9.0.0 | Changes include:
|
||
1.8.0.0 | Corrected code typos as reported by Andrew Stephens. Thank you, Andrew. |
||
1.7.0.0 | Addressed bugs indicated by Rik Wisselink and Cheryl Sital in version 1.7. |
||
1.6.0.0 | Added support for data containing nan values. |
||
1.5.0.0 | Minor comment updates. |
||
1.4.0.0 | Corrected bug with wrong labelling of Bland-Altman x-axis when using data1Mode = 'Truth'. |
||
1.3.0.0 | Added mynum2str and fixed bug with equation option not showing intercept default. Thank you everyone for your comments. |
||
1.2.0.0 | New feature include:
|
||
1.1.0.0 | Added more default colours and the option to specify colours both as code characters and RGB table. See the demo file for and example. |
||
1.0.0.0 |