search for: lw5

Displaying 3 results from an estimated 3 matches for "lw5".

Did you mean: lw
2012 May 31
2
Loop question
...i] <- Lx$Lb3[i+1]/Lx$Lb3[i] Lx$sb4[i] <- Lx$Lb4[i+1]/Lx$Lb4[i] Lx$sb5[i] <- Lx$Lb5[i+1]/Lx$Lb5[i] Lx$sw1[i] <- Lx$Lw1[i+1]/Lx$Lw1[i] Lx$sw2[i] <- Lx$Lw2[i+1]/Lx$Lw2[i] Lx$sw3[i] <- Lx$Lw3[i+1]/Lx$Lw3[i] Lx$sw4[i] <- Lx$Lw4[i+1]/Lx$Lw4[i] Lx$sw5[i] <- Lx$Lw5[i+1]/Lx$Lw5[i] } How I could also create the variable names (letters b and w, and numbers from 1 to 5 in s and L variables) using a loop in R? In Stata I can use this command: foreach r in b w {; foreach s of numlist 0(5)40 {; foreach ed of numlist 1/5 {; local...
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object