Displaying 1 result from an estimated 1 matches for "prjs".
Did you mean:
prj
2004 Jul 25
0
bug and a proposed fix for model.tables. (PR#7132)
...pace.
Rich
##############################################################
## bug fix for R 1.9.1 and 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 <-...