BookmarkSubscribeRSS Feed
deleted_user
Not applicable
hi,buddys,I'd like to use proc panel to analyze whether following independent variable:
fage(forecast horizon),
bsize(brokerfirm's scale),
affil(affiliation between stock and brokerfirms,dummy variable, if they have affiliation,then affil=1,otherwise 0),
freq(forecast frequency of each broker for each stock and each year),
affect broker's ferro (forecast erro).
following is my sample:
stock rptyear ferro fage bsize affil freq brokercd
702 2009 0,0166 0.793 3,259 1 0,69 GX01
702 2007 0,0161 0,0194 2,863 0 0.39 GY02
702 2008 0.028 1,028 5,860 1 0.22 SY01
703 2009 0,35 0,353 2,748 0 0.44 SY01
703 2008 1,028 2,295 0.781 1 0.33 GX01
........
my program is :
proc sort data=a;
by brokercd rptyear;
run;
proc panel data=a;
model ferro= fage bsize affil freq;
id brokercd rptyear;
run;


the log result is :procedure panel not found!
what's wrong? who can help me,please!thanks very much!
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
There are two possible reasons for this
SAS/ETS is not licensed at your site (you can use PROC SETINIT to check), or
it was not installed for you (check with your IT support).
deleted_user
Not applicable
thanks!

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1548 views
  • 0 likes
  • 2 in conversation