Displaying 4 results from an estimated 4 matches for "site8".
Did you mean:
site
2006 Nov 13
9
Setting up Mongrel and Apache , some direction needed
...es this sound correct ?
I believe the Virtual Host is set up in Apache.
One of my problems is I can''t find the httpd.conf file for apache. Sounds
strange.
Currently Rails is in a folder under /var/www/html/railsapp
However I see that the Rails app is configured to this path
/home/virtual/site8/fst/var/www/html/railsapp.
Any one know what I should be looking for on the Apache side ?
TIA
Stuart
--
http://en.wikipedia.org/wiki/Dark_ambient
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061113/56...
2007 Jul 07
2
random sampling with some limitive conditions?
I want to gain thousands of random sampling data by randomizing the
presence-absence data. Meantime, one important limition is that the row and
column sums must be fixed. For example, the data "tst" is following:
site1 site2 site3 site4 site5 site6 site7 site8 1 0 0 0 1 1 0 0 0 1 1 1 0
1 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 0
0 0 0 0 0 0 0 0 1 0 1 0 1
sum(tst[1,]) = 3, sum(tst[,1])=4, and so on. When I randomize the data, the
first row sums must equal to 3, and the first column sums must equal to 4.
The rules need to b...
2005 Jun 16
1
mu^2(1-mu)^2 variance function for GLM
...0.44463 3.111 0.00268 **
site3 3.86013 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.0...
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",