[R] memisc package and rounding

Geoffrey Smith gpsmith at illinois.edu
Fri Aug 29 21:06:59 CEST 2008


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



More information about the R-help mailing list