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?