Re: [R] trunc function

2011-03-09 Thread Petr Savicky
On Wed, Mar 09, 2011 at 05:36:35PM +0800, Luis Felipe Parra wrote: > Hello. I would like to know if there exists in R a function like trunc but > where i can choose how many decimal places can I stay with in the number I > have (sort of the same as the trunc function in excel). I would like, for >

Re: [R] trunc function

2011-03-09 Thread Carlos Ortega
Hola Felipe, Sí, la función es round(). Por cierto, tenemos una lista de ayuda del R en español. Te puedes suscribir aquí: https://stat.ethz.ch/mailman/listinfo/r-help-es Saludos, Carlos Ortega www.qualityexcellence.es On Wed, Mar 9, 2011 at 10:36 AM, Luis Felipe Parra < felipe.pa...@quantil.

[R] trunc function

2011-03-09 Thread Luis Felipe Parra
Hello. I would like to know if there exists in R a function like trunc but where i can choose how many decimal places can I stay with in the number I have (sort of the same as the trunc function in excel). I would like, for example if I have the number 0.974678 and I choose to stay with 3 decimal p