Displaying 6 results from an estimated 6 matches for "integromics".
2010 May 19
3
Strange case of partial matching in .[ - possible bug / wrong documentation?
..."ef","gg","hh","efg")
> df["e",]
a b
NA NA NA
So, it looks like partial matching is done using pmatch("e",rownames(df))
for "[". If this is true, the help page is not correct.
Thanks !
Regards,
Hilmar
---
Hilmar Berger
Integromics S.L. / CNB-CSIC
Madrid, Spain
[[alternative HTML version deleted]]
2007 May 08
3
Median
Hello.
I need calculate the median of several column of a data.frame, in a new
column of this data frame, but the median operator only calculate from a
vector.
I have made a functionc that calculate the median but it is very slow.
Are there any method in any package to calculate this?
Best regards.
Jose Sierra.
A B C
-0.01678042
2008 Nov 24
1
Help reading installed packages in Vista
...ing error arose:
Error in gzfile(file, mode) : cannot open the connection
In addition: Warning message:
In gzfile(file, mode) :
cannot open compressed file 'C:\Users\itgtest\AppData\Local\Temp\Rtmp7Ubw9L/libloc_C%3a%5cWork%5cPrograme_Languages%5cSVN%5cSpotfire%20DXP%5ctrunk%5cproduct%5cIBD%5cIntegromics.Helpers.IBMDRpackage%5cbin%5cibd_libraries_r_1.0.0Version,Priority,Bundle,Contains,Depends,Imports,Suggests,OS_type,Built.rds', probable reason 'No such file or directory'
>
The above error does not occur in XP, it is only in Vista. It seems that the installed.package() try to rea...
2010 Mar 14
3
CRAN (and crantastic) updates this week
....3),
ggplot2 (0.8.7), gmt (1.1-4), gRapHD (0.1.6), gRbase (1.3.4), gsDesign
(2.2-11), gstat (0.9-69), gWidgetsRGtk2 (0.0-62), gWidgetstcltk
(0.0-31), helloJavaWorld (0.0-7), hergm (1.1-1), HiddenMarkov (1.3-1),
hyperdirichlet (1.4-2), ibr (1.2.1), ic.infer (1.1-3), Imap (1.32),
integrativeME (1.2), integrOmics (2.55), interval (0.9-9.6), ipw
(1.0-4), kml (1.1.1), ks (1.6.11), latticeExtra (0.6-9), lda (1.2),
lokern (1.0-9), longitudinalData (0.6.3), MAc (1.0.5), MAc (1.0.6),
MAd (0.2), mboost (2.0-3), mc2d (0.1-7), mclust (3.4.3), MCMCglmm
(2.03), mhsmm (0.3.2), mixAK (0.8), MKmisc (0.6.1), monomvn (1.8-...
2009 Sep 27
3
CRAN (and crantastic) updates this week
...BiplotGUI (0.0-5), condGEE (0.1-1), denstrip (1.4), digest
(0.4.0), digest (0.4.1), dirmult (0.1.2), DoE.base (0.9-4), earth
(2.3-4), epicalc (2.9.2.2), fields (6.01), fishmethods (1.0-1),
Formula (0.2-0), frontier (0.995-2), frontier (0.995-6), GWAF (1.1),
HyperbolicDist (0.6-2), impute (1.18.0), integrOmics (2.4), klaR
(0.6-0), languageR (0.955), mboost (1.1-3), mcmc (0.7-2), mefa
(3.1-2), mhsmm (0.3.1), MLCM (0.0-3), MNP (2.6-1), modTempEff (1.1),
mstate (0.2.2), NeatMap (0.3.1), nFactors (2.3), nplplot (4.4),
OAIHarvester (0.0-6), OjaNP (0.9-3), party (0.9-999), pcalg (0.1-9),
phmm (0.6.1), plm (1.2...
2007 Mar 05
0
RJDBC
I need help.
I'm trying to connect with an Oracle DBMS and MySQL DBMS, I'm using
RJDBC package.
My code is the next:
library('rJava')
library('DBI')
library('RJDBC')
//Mysql
drv <-
JDBC("com.mysql.jdbc.Driver","C:\\Temporal\\mysql-connector-java-3.0.9-stable-bin.jar","'")
conn <- dbConnect(drv,