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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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