Re: [R] try question

2008-07-29 Thread Mike Prager
"Edna Bell" <[EMAIL PROTECTED]> wrote: > Hi still yet again! > > I have the following code: > > > try(log(rnorm(25)),silent=TRUE) > [1] -0.26396185 NaN NaN -0.13078069 -2.44997193 > -2.15603971 NaN 0.94917495 0.07244544 NaN > [11] -1.06341127 -0.42293099 -0.537

Re: [R] try question

2008-07-29 Thread Prof Brian Ripley
On Tue, 29 Jul 2008, Edna Bell wrote: Hi still yet again! I have the following code: try(log(rnorm(25)),silent=TRUE) [1] -0.26396185 NaN NaN -0.13078069 -2.44997193 -2.15603971 NaN 0.94917495 0.07244544 NaN [11] -1.06341127 -0.42293099 -0.53769569 0.9513476

Re: [R] try question

2008-07-29 Thread Richard . Cotton
> > try(log(rnorm(25)),silent=TRUE) > [1] -0.26396185 NaN NaN -0.13078069 -2.44997193 > -2.15603971 NaN 0.94917495 0.07244544 NaN > [11] -1.06341127 -0.42293099 -0.53769569 0.95134763 0.93403340 > NaN -0.10502078 NaN 0.30283262 NaN > [21] -0.1

[R] try question

2008-07-29 Thread Edna Bell
Hi still yet again! I have the following code: > try(log(rnorm(25)),silent=TRUE) [1] -0.26396185 NaN NaN -0.13078069 -2.44997193 -2.15603971 NaN 0.94917495 0.07244544 NaN [11] -1.06341127 -0.42293099 -0.53769569 0.95134763 0.93403340 NaN -0.10502078