看看這個, 有沒有做過?
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裏用了. 我一直在找文獻, 但沒找到, 你若感興趣, 可以寫個東西.