- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-10-2019 12:21 PM
(2869 views)
Hi all,
Why random effect didn't work at this point by using this proc for logistic regression?
regards
proc genmod data = have;
class year;
model MPD = YEAR TIME;
random = MPS;
RUN; QUIT;
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
In my documentation for GENMOD RANDOM is not a statement. You have created a "programming statement" which would be used to define a custom link function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Try PROC GLIMMIX .