z**********i 发帖数: 12276 | 1 总是会有些新问题。
现在我有4000个医院,每个医院会有一个rate,多少病人(比如400),多少治愈(比
如350)。个别医院的病人数可能比较少,比如3-5个。
我要把这4000个医院打个分,从0-100,根据rate.
总体来讲,rate可能集中在70-100%。
多谢大家的回复!
如果,我找到好的办法也会贴到这里。 |
c*******h 发帖数: 51 | 2 To my knowledge, classify 4000 hsopital into 4-5 quantiles. Within each
group, rank the hospitals according to the cure rate. if the cure rate is
correlated to group size, the rank No.1 will be give to the hospital with
highest cure rate in largest group. give appropriate weight to each group.
you can rank all hospital.
【在 z**********i 的大作中提到】 : 总是会有些新问题。 : 现在我有4000个医院,每个医院会有一个rate,多少病人(比如400),多少治愈(比 : 如350)。个别医院的病人数可能比较少,比如3-5个。 : 我要把这4000个医院打个分,从0-100,根据rate. : 总体来讲,rate可能集中在70-100%。 : 多谢大家的回复! : 如果,我找到好的办法也会贴到这里。
|
z**********i 发帖数: 12276 | 3 多谢你的回复!
好像没有在发表的文章里见过有介绍。
【在 c*******h 的大作中提到】 : To my knowledge, classify 4000 hsopital into 4-5 quantiles. Within each : group, rank the hospitals according to the cure rate. if the cure rate is : correlated to group size, the rank No.1 will be give to the hospital with : highest cure rate in largest group. give appropriate weight to each group. : you can rank all hospital.
|
b*********n 发帖数: 1938 | 4 如果算个纯统计问题,不妨这么考虑。
假设都是比一种病,那每个医院都有个治愈率,然后根据病人数,算个CI。
我想分个5-6个组应该差不多了。
如果是个business的问题,我觉得你应该先去掉这些病人特别少的医院。比如设定
minimum=100?
至少先按size 分组
【在 z**********i 的大作中提到】 : 总是会有些新问题。 : 现在我有4000个医院,每个医院会有一个rate,多少病人(比如400),多少治愈(比 : 如350)。个别医院的病人数可能比较少,比如3-5个。 : 我要把这4000个医院打个分,从0-100,根据rate. : 总体来讲,rate可能集中在70-100%。 : 多谢大家的回复! : 如果,我找到好的办法也会贴到这里。
|
z**********i 发帖数: 12276 | 5 多谢你的建议!
能推荐个相关的文章吗?
【在 b*********n 的大作中提到】 : 如果算个纯统计问题,不妨这么考虑。 : 假设都是比一种病,那每个医院都有个治愈率,然后根据病人数,算个CI。 : 我想分个5-6个组应该差不多了。 : 如果是个business的问题,我觉得你应该先去掉这些病人特别少的医院。比如设定 : minimum=100? : 至少先按size 分组
|