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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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