BookmarkSubscribeRSS Feed
richard_hu2003
Fluorite | Level 6
Hi folks,
I use PANEL procedure to run a fixed-effect model using FIXTWO option. I want to output the parameter estiamtes of time effects (time dummy variables) but couldn't do that for some reason. The OUTEST option doesn't work since it outputs only coefficients of regressors. The OUTPUT OUT option doesn't work either.

To clarify my question, check out the following link:
http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_panel_sect051....
Basically, I want to get a sas dataset which contains the information in "Output 19.2.4 The Airline Cost Data—Parameter Estimates". In particular, I want parameter estiamtes for time series effect (TS1-TS14). Thanks.

Any thoughts?

Thanks in advance.

Richard

Message was edited by: richard_hu2003 Message was edited by: richard_hu2003
2 REPLIES 2
RickM
Fluorite | Level 6
Try using an ods output statement:

ods output ParameterEstimates=estimates;
richard_hu2003
Fluorite | Level 6
Thanks, Rick.

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
  • 2 replies
  • 2129 views
  • 0 likes
  • 2 in conversation