BookmarkSubscribeRSS Feed
Turkeyboy
Calcite | Level 5

Hi,

I am estimating a non-linear seemingly unrelated regressing using proc model, as follows:

proc model data=temp2w;
   Y1= a0 + ((gamma))*(rho1)*X1+ (1-(theta))*(rho2)*X2;
   Y2= b0 + (1-(gamma))*(rho1)*X1+ (theta)*(rho2)*X2;
   fit  dPIFO dPIDOM/ sur;
run;
quit;

I need estimates of a0, b0, gamma, theta, rho1, and rho2. The model estimates the parameters as I would expect. Is there a way to adjust standard errors for clustered observations in SAS? My dataset consists of a panel of firms, and there is reason to suspect that observations are not independent within a firm.

2 REPLIES 2
RobPratt
SAS Super FREQ

Since PROC MODEL is part of SAS/ETS and not SAS/OR, you might have better luck in the Forecasting and Econometrics community:

https://communities.sas.com/community/support-communities/sas_forecasting

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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