Displaying 2 results from an estimated 2 matches for "site9".
Did you mean:
site
2005 Jun 16
1
mu^2(1-mu)^2 variance function for GLM
...0.44463 8.682 8.18e-13 ***
site4 3.55697 0.44463 8.000 1.53e-11 ***
site5 4.10841 0.44463 9.240 7.48e-14 ***
site6 4.30541 0.44463 9.683 1.13e-14 ***
site7 4.91811 0.44463 11.061 < 2e-16 ***
site8 5.69492 0.44463 12.808 < 2e-16 ***
site9 7.06762 0.44463 15.896 < 2e-16 ***
variety2 -0.46728 0.46868 -0.997 0.32210
variety3 0.07877 0.46868 0.168 0.86699
variety4 0.95418 0.46868 2.036 0.04544 *
variety5 1.35276 0.46868 2.886 0.00514 **
variety6 1.32859 0.46868 2.835 0.00595...
2005 Nov 03
4
merging dataframes
Dear List,
I often have to merge two or more data frames containing unique row
names but with some columns (names) common to the two data frames and
some columns not common. This toy example will explain the kind of setup
I am talking about:
mat1 <- as.data.frame(matrix(rnorm(20), nrow = 5))
mat2 <- as.data.frame(matrix(rnorm(20), nrow = 4))
rownames(mat1) <- paste("site",