Displaying 2 results from an estimated 2 matches for "mwsqual".
2000 Jan 10
5
bug in glm (PR#397)
...9, 0.065, -0.477090522, -0.464008109, -0.264137857,
0.576270516, 1.157658697, 0.065, -0.018453905, -3.059806667,
0.694435007, 0.074223629, 1.115136699, 0.652975139), MLDR = c(9529,
9637, 9605, 9631, 9674, 9636, 9640, 9733, 9734, 9726, 9747, 9643,
9593, 9582, 9699, 9810, 9820, 9813, 9824, 9840), MWSQUAL = c(5,
1, 7.5, 7, 0.5, 6, 6, 8, 7, 6, 7, 7, 7, 8, 8, 7, 7, 7, 7, 8),
FAC.M1 = c(0.346099763, -1.404917729, -0.122803627, -1.105302108,
-0.820151926, -0.148255768, -0.059281084, -0.177, -0.597900864,
-0.385193779, 0.576167774, -0.213567265, -0.087008627, -0.150494043,
0.06188644...
2000 Jan 05
0
bug in glm.fit (PR#395)
...t;(if (is.empty.model(mt)) glm.fit.null else glm.fit)(x = X, y = Y, "
[4] " weights = weights, start = start, offset = offset, family = family, "
[5] " control = control, intercept = attr(mt, \"intercept\") > 0)"
[6] "glm(SKR.ein.aus ~ MWSQUAL + FAC.M1 + FAC.M2 + FAC.A1 + FAC.A2 + "
[7] " MLDR + TAGNR, family = binomial, data = daten[rows, ])"
Debugging glm.fit I found the following: when some elements of the vector
`good' are FALSE then `w' has no more "full" length:
w <-...