看看这个, 有没有做过?

来源: 2009-12-31 12:18:48 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

linear logistic regression to study the effect of risk factors on the ratio(or probability) of the dependent variable. 最常用的是用binary or ordinal as response variable. 在 linear logistic regression model里, 可以写成:
model D/r = iv1 iv2 iv3...
这个D/r可以解释成疾病发病率什么的, 但是我想也用在cost data上, 如copayment在总的医疗费用中的ratio. 这个ratio是不0-1只见的, 和probability很类似哟, 所以就很自然地把这cost ratio也放在linear logistic regression里用了. 我一直在找文献, 但没找到, 你若感兴趣, 可以写个东西.