[R] Increase Number of Decimals

2008-06-11 Thread Neil Gupta
R Users, I'm new to R and was wondering how I can show more decimal places when I run commands. If I'm simply running a correlation(ES,YM) how would I increase the number of decimal places R shows? When I run this it shows me .9734044. How can I extend this further? In addition I was running

Re: [R] Increase Number of Decimals

2008-06-11 Thread jim holtman
options(digits=...) On Wed, Jun 11, 2008 at 12:17 PM, Neil Gupta [EMAIL PROTECTED] wrote: R Users, I'm new to R and was wondering how I can show more decimal places when I run commands. If I'm simply running a correlation(ES,YM) how would I increase the number of decimal places R shows? When

Re: [R] Increase Number of Decimals

2008-06-11 Thread Charilaos Skiadas
On Jun 11, 2008, at 12:17 PM, Neil Gupta wrote: R Users, I'm new to R and was wondering how I can show more decimal places when I run commands. If I'm simply running a correlation(ES,YM) how would I increase the number of decimal places R shows? When I run this it shows me . 9734044. How