i want to do an F test of GRS test, so i need an example for proc iml. i attached my codes.when it run,many mistakes reports in part of *** Calculate GRS F-Statistics;
You have now posted this same question on five different threads? Please indicate which thread you us to answer by marking the others as "answered."
And, as I said before, the READ stmt is wrong. I cannot run your code, so please give the result of PROC PRINT on the FCOV data set.
If FCOV has the same number of rows as it has numerica columns, you want to write
use fcov;
var all var _num_ into O;
close fcov;
Missed SAS Innovate in Orlando?
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.