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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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