Is it possible to use weights in the Generalized Additive Models procedure in SAS 9.4? It doesn't seem like the weight statement is available like it is in proc GENMOD or proc GLM. Perhaps it's due to a statistical reason I'm not fully grasping... Thanks
There is the FREQ statement but that would require integer weights.
There is the GAMPL procedure, which uses different methodology but does support weights. http://documentation.sas.com/?docsetId=statug&docsetTarget=statug_hpgam_overview02.htm&docsetVersion...There is the FREQ statement but that would require integer weights.
There is the GAMPL procedure, which uses different methodology but does support weights. http://documentation.sas.com/?docsetId=statug&docsetTarget=statug_hpgam_overview02.htm&docsetVersion...I suggest that you do not use PROC GAM anymore. Switch to using PROC GAMPL, which is much more efficient. You can read an overview and see an example of PROC GAMPL.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.