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;

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

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