Hi All, I am writing a fucntion where I would like to use fractions for all the (numerous) passages. Is there a way of creating an environment *within a fucntion* so that all the numbers/calculations are fractions? Best, Fede -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 7594 1602 Fax (+44) 020 7594 3193 f.calboli [.a.t] imperial.ac.uk f.calboli [.a.t] gmail.com
Federico Calboli wrote:> Hi All, > > I am writing a fucntion where I would like to use fractions for all the > (numerous) passages. > > Is there a way of creating an environment *within a fucntion* so that all the > numbers/calculations are fractions? > > Best, > > Fede > > >Maybe like this: > library(MASS) > as.fractions(c(0, 0.15, 0.8266667, .066666, 0.2666666)) [1] 0 3/20 62/75 1/15 4/15 > Regards, Muhammad Subianto