Displaying 1 result from an estimated 1 matches for "hilldown".
2007 Mar 09
1
Applying some equations over all unique combinations of 4 variables
...t;- list(af <- data.frame(a1 <- 1:4 , a2 <-
2:5, a3 <- 3:6),
pf <- data.frame(d1 <- 4:1, d2 <- 5:2,
d3 <- 6:3),
cf <- data.frame(f1 <- 1:4, f2 <-
3:6),
mf <- data.frame(h1 <- 1:4, h2 <-
2:5))
hilldown <- list(am <- data.frame(b1 <- 4:1, b2 <-
5:2, b3 <- 6:3),
pm <- data.frame(e1 <- 5:1, e2 <-
1:5,e3 <- 6:2),
cm <- data.frame (g1 <- 5:1, g2 <-
1:5),
mm <- data.frame(j1 <- 1:4, j2 <-
5:2))
names(hillt...