Greetings, Is there a way to control the number of digits after the decimal from linear regression output using the memisc package? I have tried the following code, but it does not work: fm <- lm(y ~ X) mtable(fm, digits=9) The default seems to be 3 digits after the decimal. Also, is there a way in general to control the number of digits after the decimal? Thank you! Geoff
Possibly Parallel Threads
- memisc-Tables with robost standard errors
- Output to Latex using Memisc almost works
- How to get the test statistic corresponding to the p-value in mtable?
- New verision 0.95 of package 'memisc' released to CRAN
- New verision 0.95 of package 'memisc' released to CRAN