Displaying 1 result from an estimated 1 matches for "distfor".
2009 Feb 13
1
equivalent to SAS genmod code in R?
...using R my
search was not successful. Especielly since I only have an old SAS GENMOD
code structure from my project supervisor as an indication.
My question is no, does there exist a code in R which is equivalent to the
SAS code below?
PROC GENMOD DATA=X;
CLASS FLH;
MODEL BS/OCCUPANCY = distcrop distfor flh distcrop*flh /D=B LINK=LOGIT
TYPE3; RUN;
Thanks for answers!
Nick
[[alternative HTML version deleted]]