Dear All,
I need to estimate sensitivity, specificity, PPV and NPV for clustered data using GEE and programming in SAS. I will use PROC GENMOD with dist=binomial link=log. However it is not clear to me how the model should be specified. E.G. How should I tell sas to calculate for se the probability of true positives on true positives + false negatives?
Is anybody there who can help me?
Thanks A LOT in advance
Federica
Why not use PROC LOGISTIC ? And your link function is not right. dist=binomial link=LOGIT
Hi,
yes PROC LOGISTIC is an option as well.
LOGIT Thanks 🙂
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.