[R] what is the result of this code

2008-11-02 Thread Ehs
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) dd-d[1]*d[2] p1-2*n/(dd*(dd-n)) p2-(n*(n-1)*(dd-n)+2*n*(dd-d[1]-d[2]-n+2))/(dd-d[1]-d[2]+1)*(dd-n) v1-((dd-n-1)/(n+1))*sum(mm^2)

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

2008-11-02 Thread Dieter Menne
Ehs ehsazh at 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

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( ) is