In addition to round() mentioned earlier, if you are merely looking to
*display* your results differently, you may want to check out the
digits option, e.g. in summary():

(This is the method signature for data.frame 's):

     summary(object, maxsum = 7,
            digits = max(3, getOption("digits")-3), ...)


(Begin quoted message)
>Date: Mon, 13 Feb 2006 14:03:55 +0530
>From: "Subhabrata" <[EMAIL PROTECTED]>
>Subject: [R] R-help, specifying the places to decimal
>To: "r-help" <r-help@stat.math.ethz.ch>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain;       charset="iso-8859-1"

>Hello - R-experts,


>Is there any way with which we can specify the number after
>decimal point to take. Like I have a situation where
>the values are comming 0.160325923 but I only want
>4 place to decimal say 0.1603. Is there any way for that.

>I am no expert in R- and this may sound simple to many.sorry


>Thanks for any help.

>With Regards

>Subhabrata

--
-- Vivek Satsangi
Student, Rochester, NY USA

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to