Re: [R] print method like print.anova()

2013-03-02 Thread John Fox
Hi Michael, Take a look at ?printCoefmat. I hope this helps, John On Sat, 02 Mar 2013 12:37:36 -0500 Michael Friendly wrote: > I have a print method for a set of statistical tests, vcdExtra::CMHtest, > for which I'd like to > have more sensible printing of pvalues, as in print.anova(). > [Te

Re: [R] print method like print.anova()

2013-03-02 Thread Milan Bouchet-Valat
Le samedi 02 mars 2013 à 12:37 -0500, Michael Friendly a écrit : > I have a print method for a set of statistical tests, vcdExtra::CMHtest, > for which I'd like to > have more sensible printing of pvalues, as in print.anova(). > [Testing this requires the latest version of vcdExtra, from R-Forge >

[R] print method like print.anova()

2013-03-02 Thread Michael Friendly
I have a print method for a set of statistical tests, vcdExtra::CMHtest, for which I'd like to have more sensible printing of pvalues, as in print.anova(). [Testing this requires the latest version of vcdExtra, from R-Forge **|install.packages("vcdExtra", repos="http://R-Forge.R-project.org";)|**