Skip to content

How to interpret "optimal cutpoint" when bootstrapping? #50

Answered by Thie1e
kapsner asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I can't see the code you used to create opt_cut, but I assume it is something like:

opt_cut <- cutpointr(suicide, dsi, suicide, 
  method = maximize_metric, metric = youden, boot_runs = 1000)

This will calculate an optimal cutpoint for the Youden-Index in the full data set and also calculate optimal cutpoints for the Youden-Index in 1000 bootstrap samples. The cutpoint in the full data set is of course not necessarily identical to the mean or median of the cutpoints from the bootstrap.

This type of "outer bootstrap" is useful for estimating the out-of-sample performance of the estimation method at hand, in this example empirically maximizing the Youden-Index. You get the distribution…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kapsner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants