[R] rounding

Ragnar Beer rbeer at uni-goettingen.de
Thu May 3 09:06:56 CEST 2001


Thanks a lot! Pretty cool! R is simply different from other 
programming languages and I think it'll still take me some time to 
set my mind accordingly. I didn't think it's that easy: 
round(cor(myframe),2).

Ragnar

>>  Howdy!
>>
>>  I'm trying to print a correlation matrix where every r is rounded to
>>  two digits after the colon. How can I get that? I tried
>>  options(digits=2) but that rather yields two digits minimum precision
>>  so that I get 0.0068 instead of 0.01.
>
>round()...
>
>
>round(foo,2)
>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list