BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I'm new to SAS and wanted some help regarding the structure of the data needed to perform panel data analysis on SAS. It is a time series Cross sectional panel data analysis

My current data is in this format:

Company 1989 1990 1991
X 12 13 45
Y 8 10 16


I have been told that the data format for panel data analysis on SAS should be as follows:

Company
X 1989 12
X 1990 13
X 1991 45

Y 1989 8
Y 1990 10
Y 1991 16

Can you please confirm which format is the right one for panel data analysis on SAS ?

Thanks
Ash28
1 REPLY 1
udo_sas
SAS Employee
Hello -
You might want to check out the PANEL procedure of SAS/ETS. In fact, the online documentation of this procedure contains some information about the required data structure - see for example: http://support.sas.com/documentation/cdl/en/etsug/63348/HTML/default/viewer.htm#/documentation/cdl/e...
Regards,
Udo Message was edited by: udo@sas

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1575 views
  • 0 likes
  • 2 in conversation