search for: difed

Displaying 2 results from an estimated 2 matches for "difed".

Did you mean: died
2006 Mar 03
3
Pluralisation issue?
I''m having trouble with rails and a table named ''dives''. It seems to work fine if I try it with another table name. I''ve generated the scaffold with the script and have not made any modifications to it. When I try to run the dives controller it starts looking for ''dife.rb'' and fives me ''uninitialized constant Dife''. Is this a
2009 Feb 13
0
lists on a script
Dear R experts, I have a problem with a function I wrote. The fuction looks like this: series<-function(x,s){ foo<-list(); ind3<-integer(); for (j in diff){ for (i in 1:(n-12)){ if (!(x[i,j]==0)&!(x[i+1,j]==0)&!(x[i+2,j]==0)&!(x[i+3,j]==0)&!(x[i+4,j]==0)&!(x[i+5,j]==0)&!(x[i+6,j]==0)