Displaying 1 result from an estimated 1 matches for "betahill".
2007 Mar 09
1
Applying some equations over all unique combinations of 4 variables
...of the rate data frames
alphahill <- list(af <- c("a1","a2","a3"), pf <-
c("d1","d2","d3"),
cf <- c("f1","f2"), mf <- c("h1","h2"))
names(alphahill) <- fnams
betahill <- list(am <- c("b1","b2","b3"), pm<-
c("e1","e2","e3"),
cm <- c("g1","g2"), mm <- c("j1", "j2"))
names(betahill) <- mnams
hilltop <- list(af <- data.frame(a1 &l...