Displaying 3 results from an estimated 3 matches for "perifer".
Did you mean:
perier
2009 Apr 16
0
Problems with adabag
Hello,
I'm trying to use adabag to make bagging and boosting with bagging() and
adabost.M1(), respectively, but in both cases it produces an abnormal
termination of R.
My code is:
bagging(I.NOSOCO~EDAD+SEXO+ESTANCIA+ADMISI?N+T.CIRUG?+DURACI?N+CONTAMIN
+PROFILAX+E.PREOPE+V.PERIFE+V.CENTRA+S.VESICA+S.NASOGA+DREN.ABI+DREN.CER
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and
Oracle) does not work directly with RODBC.
This works
library(RODBC)
con<-odbcConnect("mydb")
d<-sqlQuery(con,"select * from meso.trees")
However this does not.
d<-sqlFetch(con,"meso.trees")
Error in odbcTableExists(channel, sqtable) :
?meso.trees?: table not found on channel
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron.
I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron
repository by adding
deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/
I updated all packages installed in /usr/lib/R/site-library and those in
my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6
without obvious issues. I installed adehabitat and gpclib, which should
be good