search for: dob_year

Displaying 3 results from an estimated 3 matches for "dob_year".

2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
...rashes R (I know I shouldn't try to estimate such a model; this was 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"),...
2017 Oct 06
0
Using response variable in interaction as explanatory variable in glm crashes R
...try to estimate such > a model; this was 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",...
2017 Oct 09
1
Using response variable in interaction as explanatory variable in glm crashes R
...g 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", &...