BookmarkSubscribeRSS Feed
BruceBrad
Lapis Lazuli | Level 10

If I include a test statement in proc panel (eg test var1+var2 /all; ), I get various chi-squared tests of whether the sum of the two parameters=0, but it doesn't actually report the sum of the two parameters. Is there a convenient way to get this? My application is obviously more complicated than this simple example. 

 

I think I actually want an 'estimate' statement, which doesn't exist. But maybe someone has written a macro to pull this together?

1 REPLY 1
sbxkoenk
SAS Super FREQ

Note that you can also use PROC MIXED and PROC GLIMMIX for fitting a model to panel data. Due to different (estimation) methods used , the results will not be identical to those from PROC PANEL. But PROC MIXED and PROC GLIMMIX do have an ESTIMATE statement.

 

 

The old TSCSREG procedure is also for panel data , but it does not have an ESTIMATE statement either.

 

Ciao,
Koen