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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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