BookmarkSubscribeRSS Feed
wang
Calcite | Level 5

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;

1 REPLY 1
Rick_SAS
SAS Super FREQ

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;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

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.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2401 views
  • 0 likes
  • 2 in conversation