Displaying 3 results from an estimated 3 matches for "1489634l".
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
...a bug in some code of mine). I also tried with R-devel;
same result.
tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE, FALSE, TRUE,
TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE,
FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE,
TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L,
611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547,
593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year",
"n", "pred1"), row.names = c(NA, -8L), class = "data.frame")
m <- glm(dob...
2017 Oct 06
0
Using response variable in interaction as explanatory variable in glm crashes R
...lso tried with
> R-devel; same result.
>
>
> tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE, FALSE, TRUE,
> TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE,
> FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE,
> TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L,
> 611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547,
> 593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year",
> "n", "pred1"), row.names = c(NA, -8L), class = "data.frame")
&...
2017 Oct 09
1
Using response variable in interaction as explanatory variable in glm crashes R
...t;>
>> tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE,
>> FALSE, TRUE, TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE,
>> TRUE, TRUE, FALSE, FALSE, TRUE, TRUE), dob_year =
>> c(FALSE, TRUE, FALSE, TRUE, FALSE, TRUE, FALSE, TRUE), n
>> = c(1489634L, 17491L, 134985L, 1639L, 47892L, 611L,
>> 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657,
>> 48547, 593, 4423, 54)), .Names = c("dob_day", "dob_mon",
>> "dob_year", "n", "pred1"), row.names = c(NA, -8L), class...