BookmarkSubscribeRSS Feed
fedith
Calcite | Level 5

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

2 REPLIES 2
Ksharp
Super User

Why not use PROC LOGISTIC ?
And your link function is not right.

 dist=binomial link=LOGIT 

fedith
Calcite | Level 5

Hi,

 

yes PROC LOGISTIC is an option as well.

 

LOGIT  Thanks 🙂

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 1854 views
  • 0 likes
  • 2 in conversation