Redundancy analysis with matlab
이전 댓글 표시
How to a redundancy analysis(RDA) with matlab,can somebody help me out with a step by step example?
채택된 답변
추가 답변 (1개)
Krishna
2013년 5월 24일
0 개 추천
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
Aron Gebreslase
2020년 10월 9일
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!
카테고리
도움말 센터 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!