search for: broth

Displaying 5 results from an estimated 5 matches for "broth".

Did you mean: both
2009 Jan 09
2
rpart with interval censored data crashes R
Hi Everyone, This example code results in R 'crashing'; that is the R application closes with no warnings or error messages. #----------------------- myD <- read.table(stdin(), header=TRUE, nrows=20) Broth Salt pH Temp N Y Growth 1 310 9.0 2.92 10 90.0 NA 0 2 615 6.0 7.82 30 1.0 2 1 3 217 2.0 7.34 10 7.0 8 1 4 338 10.0 4.44 10 90.0 NA 0 5 240 4.0 7.33 10 20.0 21 1...
2003 Sep 23
2
R Production Performance
Greetings All, Been playing with R and it is very easy to get going with the UI or infile batch commands :-) What I am wondering is how scalable and fast R is for running as part of a web service. I believe R is written in C which is a great start, but what are peoples general thoughts on this? Thanks greatly, Z. [[alternative HTML version deleted]]
2011 Nov 09
4
Bus factor of dovecot / GIT
Hi, somebody from the kolab groupware project recently explained me that the Bus- Factor[1] of around 1 would be one of their primary reasons not to use Dovecot and stick with Cyrus. What do you think about that? Is the bus factor much higher then 1? [1] http://en.wikipedia.org/wiki/Bus_factor Somehow related: Since the free software world[2] slowly converges towards GIT as the "one and
2003 Aug 20
2
Command line R / PHP?
Greetings All, Just a quick query about calling R. Looking through the manual you start R with $ R, and then start calling R functions e.g plot whatever. Sounds pretty funky, and R looks to be *the* open source maths package. Awesome ... I would like to call R from my favourite glue language PHP (rather than call perl which calls R) if possible. To call R from the command line is all this
2009 Jan 15
2
Interface to open source Reporting tools
...te: > > > Hi Everyone, > > > > This example code results in R 'crashing'; that is the R application > > closes > > with no warnings or error messages. > > #----------------------- > > myD <- read.table(stdin(), header=TRUE, nrows=20) > > Broth Salt pH Temp N Y Growth > > 1 310 9.0 2.92 10 90.0 NA 0 > > 2 615 6.0 7.82 30 1.0 2 1 > > 3 217 2.0 7.34 10 7.0 8 1 > > 4 338 10.0 4.44 10 90.0 NA 0 > > 5...