Hi all
is there a macro/code that mimics in SAS what pROC and bootLR do in R?
my aim is to calculate bootstrap threshold, sensitivity, specificity, LT+ and LR- along with 95% CI
Tks!
@Rick_SAS has written the definitive guide to bootstrapping in SAS
https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html
@antor82 wrote:
is there a macro/code that mimics in SAS what pROC and bootLR do in R?
What do pROC and bootLR do?
Normally, a likelihood ratio is computed to test to see if a statistic is significantly different than some quantity ... what statistic is being tested, and in what context?
Normally, bootstrap confidence intervals are computed to see some measure of variability of a particular statistic ... what statistic is being tested, and in what context?
I’m testing if a new parameter is predictive of an outcome.
Some sort of regression??? A decision tree??? A Neural Network??? What is the exact type of model?
Other authors did the same and provided AUC, cut-off (with corresponding sensibility, specificity, LR+ and -) calculated after bootstrapping
Logistic regression?? Decision tree?? Neural Network?? Other???
@Rick_SAS has written the definitive guide to bootstrapping in SAS
https://blogs.sas.com/content/iml/2018/12/12/essential-guide-bootstrapping-sas.html
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.