BookmarkSubscribeRSS Feed
2 REPLIES 2
Rick_SAS
SAS Super FREQ

There doesn't seem to be a question here. Please post the SAS code for both procedures, state what results you see, and ask your question.

Boni1
Calcite | Level 5

Salut, voici mes deux codes. Je veux juste savoir si SAS les traite de la même façon. Je veux juste une régression régression effet fixe par estimation Within en tenant compte de l’effet fixe du temps:

 

Données Proc GLM = Voirie_municipale;
ABSORBEUR Geocode_T;
CLASSE y;
modèle dep_Voirie = L_dep_Voirie Neige_tot Pluie_tot Temp_mean y Population /SOLUTION;
courir;
Données Proc = Voirie_municipale;
id Geocode_T y;
modèle dep_Voirie = L_dep_Voirie Neige_tot Pluie_tot Temp_mean population mun_sup_km/fixeonetime;
courir;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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