BookmarkSubscribeRSS Feed
AlexeyS
Pyrite | Level 9

 

Hello, I have a question, how can I predict using proc panel.

 

Let's take an example   : http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_panel_sect049....

 

The data years are : 1970–1984

In this example, you run the next code:

proc panel data=airline;
  id i t;
  model lC = lQ lPF LF / fixone;
run;

 

 The output you got was :

1.PNG

 

Now the question. How can I predict Total cost for years 1985 - 1988.

Can I use parameters?

1 REPLY 1
AlexeyS
Pyrite | Level 9

I have a question, how can I predict using proc panel.

 

Let's take an example   : http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_panel_sect049....

 

The data years are : 1970–1984

In this example, you run the next code:

proc panel data=airline;
  id i t;
  model lC = lQ lPF LF / fixone;
run;

 

 The output you got was :

1.PNG

 

Now the question. How can I predict Total cost for years 1985 - 1988.

Can I use parameters?

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

Discussion stats
  • 1 reply
  • 1003 views
  • 0 likes
  • 1 in conversation