Displaying 1 result from an estimated 1 matches for "cc135".
Did you mean:
cc13
2004 Jul 25
0
bug and a proposed fix for model.tables. (PR#7132)
...ly test the fix because I haven't figured out how
to make my function take precedence over the one inside the namespace.
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...