[R] How to convert decimals to fractions

Berwin A Turlach berwin at maths.uwa.edu.au
Fri Jan 27 11:51:32 CET 2006


G'day Muhammad,

>>>>> "MS" == Muhammad Subianto <msubianto at gmail.com> writes:

    MS> Are there any functions to convert decimals to fractions in R?
    MS> I have the result:
Something like:

> library(MASS)
> as.fractions(c(0, 0.0133333333333333,               0.04,
 0.0666666666666667, 0.0933333333333333,  0.106666666666667,
  0.133333333333333,  0.146666666666667,               0.16,
  0.186666666666667,                0.2,  0.226666666666667,
  0.253333333333333,  0.266666666666667,  0.293333333333333,
               0.32,  0.333333333333333,  0.346666666666667,
  0.373333333333333))

 [1]     0  1/75  1/25  1/15  7/75  8/75  2/15 11/75  4/25 14/75   1/5 17/75
[13] 19/75  4/15 22/75  8/25   1/3 26/75 28/75

?

Cheers,

        Berwin




More information about the R-help mailing list