Redundancy analysis with matlab
Mostrar comentarios más antiguos
How to a redundancy analysis(RDA) with matlab,can somebody help me out with a step by step example?
Respuesta aceptada
Más respuestas (1)
Krishna
el 24 de Mayo de 2013
0 votos
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 comentario
Aron Gebreslase
el 9 de Oct. de 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!
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!