Re: [R] what is the result of this code

2008-11-02 Thread J Dougherty
On Tuesday 28 October 2008 02:25:55 am Ehs wrote: > can any one help me to now , what is the result of this code ? > > v<-(v1+v2+v3)/dd^2 > } > #end Apparently "v", whatever that might be. However, without a little more information, your question is rather pointless. edw( ) i

Re: [R] what is the result of this code

2008-11-02 Thread Dieter Menne
Ehs gmail.com> writes: > > can any one help me to now , what is the result of this code ? > > #start > edw<-function(mm,n){ > v2<-v3<-0 > d<-dim(mm) several lines removed > } > #end Following generic world-wide-wisdom, it is 42. Dieter __