Redundancy analysis with matlab
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
niuniu
am 16 Mai 2013
Kommentiert: Aron Gebreslase
am 9 Okt. 2020
How to a redundancy analysis(RDA) with matlab,can somebody help me out with a step by step example?
0 Kommentare
Akzeptierte Antwort
Dave
am 9 Jul. 2013
The "Fathom Toolbox for Matlab" performs classical RDA as well as distance-based RDA. Check out the demonstration files included with the toolbox in the examples folder.
Dave
0 Kommentare
Weitere Antworten (1)
Krishna
am 24 Mai 2013
Hi, Well its quite easy if you have the Statistical Toolbox. All the required data for Redundancy Analysis can be obtained by using pcacov,mvregress or regress. Using this you can calculate the ordination of dependent and independent variables. For canonical eigen vectors you can also use SVD to perform PCA. The code is pretty easy and straightforward. This is what I am using. If you find anything easier, let me know :P
Cheers!
1 Kommentar
Aron Gebreslase
am 9 Okt. 2020
But how this one helps you in finding RDA? pcacov is different from the RDA results that I am getting using R. Is there any way to find RDA using matlab? Thank you!
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!