これはおそらく単純なコーディングの問題ですが、私の人生ではそれを得ることができません。このコードをロジットに使用する:
glm(formula = cbind(Found, Missing) ~ Male + Age, family = binomial,
data = table.5.15)
Hosmer-Lemeshow を動作させることができません:
hosmerlem(miss.logit$cbind(Found,Missing), fitted(miss.logit))
Error in cbind(1 - y, y) : attempt to apply non-function
cbind
これは、私のロジットモデルにがあることに問題があることを認識しています。