Displaying 4 results from an estimated 4 matches for "bvs".
Did you mean:
bus
2009 Sep 13
2
zoo plot: yearly marks on X-Axis
...years"),
> labels = TRUE, las=3, tcl = -0.2)
>
> Regards,
> Christian
Hello,
I'm actually struggling with the similar problem. I applied Your script
into mine like this:
-
library(Rdbi)
library(RdbiPgSQL)
conn <- dbConnect(PgSQL(), host="localhost", dbname="BVS",
user="postgres", password = "******")
query_duj_kal <- dbSendQuery(conn, "select zdroj as well, cas as date,
fe2, fe3, mn, nh4, no2, no3, o2, teplota as temperature from analystats
where zdroj like 'Dunaj Kalinkovo' order by date")
watchem_duj_kal &l...
2009 Sep 11
1
format (?) problems with data imported from postgres
Good day,
I read some data from a PostgreSQL database by a following script:
library(Rdbi)
library(RdbiPgSQL)
# conn becomes an object which contains the DB connection:
conn <- dbConnect(PgSQL(), host="localhost", dbname="BVS",
user="postgres", password = "*******")
query_duj_kal <- dbSendQuery(conn, "select zdroj as well, cas as date,
fe2, fe3, mn, nh4, no2, no3, o2, teplota as temperature from analystats
where zdroj like 'Dunaj Kalinkovo'")
watchem_duj_kal <- dbGetResu...
2007 Jun 29
5
phpinfo for RoR?
Dear all,
Is there something like phpinfo() for RoR? I have a dual install of
ruby and would like to know which version I am actually using.
Thanks in advance!
Harm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Apr 15
6
CRAN (and crantastic) updates this week
...Utilities in this package are for simple manipulation and quick
plotting of time series data. These utilities use the tframe package
which provides a programming kernel for time series. Extension to
tframe provided in tframePlus can also be used. See the Guide
vignette for examples.
* varbvs (1.0)
Maintainer: Peter Carbonetto
Author(s): Peter Carbonetto
License: GPL (>= 3)
http://crantastic.org/packages/varbvs
Implements the variational inference procedure for Bayesian variable
selection, as described in the "Scalable variational inference for
Bayesian variab...