search for: aovproj

Displaying 6 results from an estimated 6 matches for "aovproj".

2004 Jul 25
0
bug and a proposed fix for model.tables. (PR#7132)
...nd earlier ## donated to The R Foundation for Statistical Computing by HH ## See cc135.s for an example. ## model.tables(a1c, type="means") doesn't work because one of the columns ## of prjs is all 0, hence removed by the calling function model.tables.aov. ## assign("make.tables.aovproj", envir=environment("make.tables.aovproj"), make.tables.aovproj <- function (proj.cols, mf.cols, prjs, mf, fun = "mean", prt = FALSE, ...) { tables <- vector(mode = "list", length = length(proj.cols)) names(tables) <- names(proj.cols)...
2010 Mar 12
2
Data frame question
...class which has a method for as.data.frame: two examples are matrices of class "model.matrix" (which are included as a single column) and list objects of class "POSIXlt" which are coerced to class "POSIXct". If I do > methods(as.data.frame) [1] as.data.frame.aovproj* as.data.frame.array [3] as.data.frame.AsIs as.data.frame.character [5] as.data.frame.complex as.data.frame.data.frame [7] as.data.frame.Date as.data.frame.default [9] as.data.frame.difftime as.data.frame.factor [11] as.data.frame.ftable*...
2009 Oct 26
0
R 2.9.0 is released
...t; methods. o Naming subscripts (e.g. x[i=1, j=2]) in data.frame methods for [ and [[ now gives a warning. (Names are ignored in the default method, but could have odd semantics for other methods, and do for the data.frame ones.) o as.data.frame() has an "aovproj" method. (Wish of PR#13505) o as.character(x) for numeric x no longer produces strings such as "0.30", i.e., with trailing zeros. This change also renders levels construction in factor() more consistent. o codocClasses(), which checks consistency of th...
2009 Oct 26
0
R 2.9.0 is released
...t; methods. o Naming subscripts (e.g. x[i=1, j=2]) in data.frame methods for [ and [[ now gives a warning. (Names are ignored in the default method, but could have odd semantics for other methods, and do for the data.frame ones.) o as.data.frame() has an "aovproj" method. (Wish of PR#13505) o as.character(x) for numeric x no longer produces strings such as "0.30", i.e., with trailing zeros. This change also renders levels construction in factor() more consistent. o codocClasses(), which checks consistency of th...
2009 Oct 26
0
R 2.10.0 is released
...t; methods. o Naming subscripts (e.g. x[i=1, j=2]) in data.frame methods for [ and [[ now gives a warning. (Names are ignored in the default method, but could have odd semantics for other methods, and do for the data.frame ones.) o as.data.frame() has an "aovproj" method. (Wish of PR#13505) o as.character(x) for numeric x no longer produces strings such as "0.30", i.e., with trailing zeros. This change also renders levels construction in factor() more consistent. o codocClasses(), which checks consistency of th...
2009 Oct 26
0
R 2.10.0 is released
...t; methods. o Naming subscripts (e.g. x[i=1, j=2]) in data.frame methods for [ and [[ now gives a warning. (Names are ignored in the default method, but could have odd semantics for other methods, and do for the data.frame ones.) o as.data.frame() has an "aovproj" method. (Wish of PR#13505) o as.character(x) for numeric x no longer produces strings such as "0.30", i.e., with trailing zeros. This change also renders levels construction in factor() more consistent. o codocClasses(), which checks consistency of th...