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

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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