G***G 发帖数: 16778 | 1 how to calculate the sensitivity's confidence interval in R
please help.
thanks. |
G***G 发帖数: 16778 | 2 help please.
【在 G***G 的大作中提到】 : how to calculate the sensitivity's confidence interval in R : please help. : thanks.
|
d********m 发帖数: 3662 | 3 Can you define sensitivity? Or you can simulate sensitivity, followed by
bootstrapping. It will introduce bias though. |
G***G 发帖数: 16778 | 4 sensitivity is defined at wikipedia.
any package in R can achieve this?
【在 d********m 的大作中提到】 : Can you define sensitivity? Or you can simulate sensitivity, followed by : bootstrapping. It will introduce bias though.
|
d********m 发帖数: 3662 | 5 Sorry I dont know. but usually the codes for this kind of procedure is no
longer than 30 lines. |
d********m 发帖数: 3662 | 6 But if your data assume uncommon distribution, simulation step may take
extra
lines due to various sampling techniques you need to use |
s********6 发帖数: 89 | 7 confint()
【在 G***G 的大作中提到】 : how to calculate the sensitivity's confidence interval in R : please help. : thanks.
|
G***G 发帖数: 16778 | 8 thank you very much.
conflint is for linear model.
but my parameter is sensitivity for a confusion matrix.
how to apply conflint to sensitivity/specificity?
【在 s********6 的大作中提到】 : confint()
|