BookmarkSubscribeRSS Feed
richard_hu2003
Calcite | Level 5
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
Calcite | Level 5
Thanks, Rick.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1744 views
  • 0 likes
  • 2 in conversation