I also do not understand this :/
Help with understanding canoncorr stats?
13 次查看(过去 30 天)
显示 更早的评论
Hi,
I am using canoncorr function in MATLAB to perform the canonical correlation analysis. I think I understand most of the outputs (A, B, r, U and V) after performing the analysis. I noticed that there is another output I get, which is stats, after I run the analysis: [A,B,r,U,V,stats] = canoncorr(X,Y).
As per the information on this page: https://www.mathworks.com/help/stats/canoncorr.html
there is very limited/no information (except the definitions) about the outputs within 'stats' here, and I do not understand what does all these parameters within the stats output mean here (e.g. Wilks, ..., pChisq), in particular, my analysis shows a p-value of 0.037 within the stats, so what does that mean, and how can I report that (along with other outputs from stats) for publication purpose?
Thanks.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analysis of Variance and Covariance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!