make.tables.aovproj(proj.cols, mf.cols, prjs, mf, fun = "mean", prt = FALSE, ...)make.tables.aovprojlist(proj.cols, strata.cols, model.cols, projections, model, eff, fun = "mean", prt = FALSE, ...)
proj.cols | a list of projection columns. |
mf.cols, model.cols | a list of model frame columns. |
prjs, projections | a projections object that is returned by the proj function. |
mf, model | a model frame object. |
fun | a function, character string, or symbol that gives the name of the function to be passed to tapply. |
prt | a logical value. If TRUE, each component in the returned table is printed. |
... | other arguments to pass to the print function. Enabled when prt = TRUE. |
strata.cols | a list for attribute of "strata". |
eff | a vector of efficient? |