Displaying 1 result from an estimated 1 matches for "week16".
Did you mean:
week12
2010 May 06
1
How to solve: Error with Anova {car} due to "deficient rank" ?
...------------------
# creating data
idata <- structure(list(week = structure(1:12, .Label = c("week6", "week7",
"week8", "week9", "week10", "week11", "week12", "week13", "week14",
"week15", "week16", "week17"), class = "factor")), .Names = "week",
row.names = c(NA,
-12L), class = "data.frame")
dat <- structure(list(DC = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L,
2L, 2L, 2L, 2L, 2...